Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
align openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
giulia-tremolada committed Jul 3, 2024
1 parent 670b0f9 commit 0faaee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/resources/swagger/api-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3713,7 +3713,7 @@
},
"role" : {
"type" : "string",
"enum" : ["DELEGATE", "MANAGER", "OPERATOR", "SUB_DELEGATE" ]
"enum" : [ "DELEGATE", "MANAGER", "OPERATOR", "SUB_DELEGATE" ]
},
"roleLabel" : {
"type" : "string"
Expand Down

0 comments on commit 0faaee8

Please sign in to comment.