Skip to content

Commit

Permalink
chore: add dev feature tag to openapi files
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun committed Jun 21, 2024
1 parent 000a27a commit e7025b2
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
],
"paths": {
"/api/organizations/{id}/applications": {
"tags": [
"Dev feature"
],
"get": {
"summary": "Get organization applications",
"description": "Get applications associated with the organization.",
Expand Down Expand Up @@ -68,6 +71,9 @@
}
},
"/api/organizations/{id}/applications/{applicationId}": {
"tags": [
"Dev feature"
],
"delete": {
"summary": "Remove organization application",
"description": "Remove an application from the organization.",
Expand All @@ -79,6 +85,9 @@
}
},
"/api/organizations/{id}/applications/{applicationId}/roles": {
"tags": [
"Dev feature"
],
"get": {
"summary": "Get organization application roles",
"description": "Get roles associated with the application in the organization.",
Expand Down Expand Up @@ -140,6 +149,9 @@
}
},
"/api/organizations/{id}/applications/{applicationId}/roles/{organizationRoleId}": {
"tags": [
"Dev feature"
],
"delete": {
"summary": "Remove organization application role",
"description": "Remove a role from the application in the organization.",
Expand Down

0 comments on commit e7025b2

Please sign in to comment.