Skip to content

Commit

Permalink
Fix success component to match behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel committed Apr 3, 2024
1 parent 110c05f commit ea8ae13
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14389,10 +14389,12 @@ components:
description: The details of the actor given by `actorId`.
Success:
type: object
required:
- success
properties:
message:
type: string
example: Success
success:
type: boolean
example: true
Error400:
type: object
required:
Expand Down

0 comments on commit ea8ae13

Please sign in to comment.