Skip to content

Commit

Permalink
Update patch subscription item status code (#1854)
Browse files Browse the repository at this point in the history
* Update patch subscription item status code

* Remove location
  • Loading branch information
lexerom authored Mar 29, 2024
1 parent 6c69aca commit 0654d6d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions openapi/paths/subscriptions@{id}@items@{itemId}.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@ patch:
description: Update item request.
required: true
responses:
'201':
'200':
description: Order item updated.
headers:
Location:
$ref: ../components/headers/Location.yaml
content:
application/json:
schema:
Expand Down

0 comments on commit 0654d6d

Please sign in to comment.