Skip to content

Commit

Permalink
feat: remove unnecessary content declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
mebo4b committed Oct 16, 2020
1 parent 9cb3290 commit 936735d
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions api/messageservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,14 @@ paths:
responses:
202:
description: ACCEPTED - key was successfully inserted
content: {}
401:
description: UNAUTHORIZED - no/invalid Keycloak token
content: {}
403:
description: FORBIDDEN - no/invalid role/authorization
content: {}
409:
description: CONFLICT - there was a key in the service
content: {}
500:
description: INTERNAL SERVER ERROR - server encountered unexpected condition
content: {}
security:
- Bearer: []
x-codegen-request-body-name: key
Expand Down Expand Up @@ -74,19 +69,14 @@ paths:
responses:
201:
description: CREATED - message was successfully created
content: {}
400:
description: BAD REQUEST - invalid/incomplete request or body object
content: {}
401:
description: UNAUTHORIZED - no/invalid Keycloak token
content: {}
403:
description: FORBIDDEN - no/invalid role/authorization
content: {}
500:
description: INTERNAL SERVER ERROR - server encountered unexpected condition
content: {}
security:
- Bearer: []
x-codegen-request-body-name: Message
Expand Down Expand Up @@ -123,19 +113,14 @@ paths:
responses:
201:
description: CREATED - message was successfully created
content: {}
400:
description: BAD REQUEST - invalid/incomplete request or body object
content: {}
401:
description: UNAUTHORIZED - no/invalid Keycloak token
content: {}
403:
description: FORBIDDEN - no/invalid role/authorization
content: {}
500:
description: INTERNAL SERVER ERROR - server encountered unexpected condition
content: {}
security:
- Bearer: []
x-codegen-request-body-name: Message
Expand Down Expand Up @@ -184,19 +169,14 @@ paths:
$ref: '#/components/schemas/MessageStreamDTO'
204:
description: NO CONTENT - no messages available
content: {}
400:
description: BAD REQUEST - invalid/incomplete request or body object
content: {}
401:
description: UNAUTHORIZED - no/invalid Keycloak token
content: {}
403:
description: FORBIDDEN - no/invalid role/authorization
content: {}
500:
description: INTERNAL SERVER ERROR - server encountered unexpected condition
content: {}
security:
- Bearer: []

Expand Down Expand Up @@ -233,19 +213,14 @@ paths:
responses:
201:
description: CREATED - message was successfully created
content: {}
400:
description: BAD REQUEST - invalid/incomplete request or body object
content: {}
401:
description: UNAUTHORIZED - no/invalid Keycloak token
content: {}
403:
description: FORBIDDEN - no/invalid role/authorization
content: {}
500:
description: INTERNAL SERVER ERROR - server encountered unexpected condition
content: {}
security:
- Bearer: []
x-codegen-request-body-name: Message
Expand Down

0 comments on commit 936735d

Please sign in to comment.