Skip to content

Commit

Permalink
LPS-128335 Following the existing pattern for empty responses (204)
Browse files Browse the repository at this point in the history
  • Loading branch information
4lejandrito authored and brianchandotcom committed Feb 25, 2021
1 parent 227cd0e commit f612164
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions modules/apps/bulk/bulk-rest-impl/rest-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,10 @@ paths:
schema:
$ref: "#/components/schemas/KeywordBulkSelection"
responses:
200:
204:
content:
{}
application/json: {}
application/xml: {}
description:
""
tags: ["Keyword"]
Expand All @@ -147,9 +148,10 @@ paths:
schema:
$ref: "#/components/schemas/KeywordBulkSelection"
responses:
200:
204:
content:
{}
application/json: {}
application/xml: {}
description:
""
tags: ["Keyword"]
Expand Down Expand Up @@ -240,9 +242,10 @@ paths:
schema:
$ref: "#/components/schemas/TaxonomyCategoryBulkSelection"
responses:
200:
204:
content:
{}
application/json: {}
application/xml: {}
description:
""
tags: ["TaxonomyCategory"]
Expand All @@ -258,7 +261,8 @@ paths:
responses:
200:
content:
{}
application/json: {}
application/xml: {}
description:
""
tags: ["TaxonomyCategory"]

0 comments on commit f612164

Please sign in to comment.