Skip to content

Commit

Permalink
Fix 202 response, which is in fact a text/plain
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Sep 7, 2023
1 parent b3b8d97 commit fce8cc7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rollup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ paths:

"202":
description: Finish accepted but try again to obtain the next request.
content:
text/plain:
schema:
type: string
example: "no rollup request available"

default:
description: Error response.
Expand Down

0 comments on commit fce8cc7

Please sign in to comment.