Skip to content

Commit

Permalink
fix: Trigger API schema type of text for errors is invalid, should …
Browse files Browse the repository at this point in the history
…be `string` (#453)

closes #452

Signed-off-by: lenny <[email protected]>
  • Loading branch information
lenny-goodell authored Aug 19, 2020
1 parent 0a27913 commit 6b45ea7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openapi/v2/app-functions-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ paths:
content:
application/text:
schema:
type: text
type: string
description: message describing the error encountered
'422':
description: "Unprocessable Entity"
Expand All @@ -317,7 +317,7 @@ paths:
content:
application/text:
schema:
type: text
type: string
description: message describing the error encountered
'500':
description: "Interval Server Error"
Expand All @@ -327,7 +327,7 @@ paths:
content:
application/text:
schema:
type: text
type: string
description: message describing the error encountered
/version:
get:
Expand Down

0 comments on commit 6b45ea7

Please sign in to comment.