Skip to content

Commit

Permalink
MODAUD-123 - Notice events for users with tags does not appear in cir…
Browse files Browse the repository at this point in the history
…culation log (#122)
  • Loading branch information
siarhei-charniak authored Jun 10, 2022
1 parent 9ca4fa4 commit 6623c75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
"metadata": {
"createdDate": "2020-11-01T01:41:52.874+00:00",
"updatedDate": "2020-11-01T01:41:52.874+00:00"
},
"tags": {
"tagList": [
"test_tag"
]
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion ramls/schemas/external/user.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
},
"tags": {
"type": "object",
"$ref": "../../raml-util/schemas/metadata.schema"
"$ref": "../../raml-util/schemas/tags.schema"
},
"customFields" : {
"description": "Object that contains custom field",
Expand Down

0 comments on commit 6623c75

Please sign in to comment.