Skip to content

Commit

Permalink
fix typo for cms api on openapi (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoDoc authored Nov 20, 2023
1 parent e3f4009 commit 68f9d33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion openapi/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,6 @@ paths:
operationId: cmsGetService
security:
- ManageSubscriptionKey: []
- SubscriptionKey: []
parameters:
- name: serviceId
in: path
Expand Down Expand Up @@ -685,6 +684,8 @@ paths:
description: Forbidden
'404':
description: Not found
'409':
description: Service status is incompatible with update action
'429':
description: Too many requests
'500':
Expand Down
3 changes: 2 additions & 1 deletion openapi/index.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,6 @@ paths:
operationId: cmsGetService
security:
- ManageSubscriptionKey: []
- SubscriptionKey: []
parameters:
- name: serviceId
in: path
Expand Down Expand Up @@ -629,6 +628,8 @@ paths:
description: Forbidden
"404":
description: Not found
'409':
description: Service status is incompatible with update action
"429":
description: Too many requests
"500":
Expand Down

0 comments on commit 68f9d33

Please sign in to comment.