Skip to content

Commit

Permalink
added 401/403 to create comment response in api blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
mackenziehicks committed Oct 31, 2016
1 parent 8957bcf commit 21c80e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions blueprint/api.apib
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,14 @@ You can list all comments or retrieve individual comments, as well as create and

+ Attributes (Comment Response)

+ Response 401 (application/vnd.api+json; charset=utf-8)

+ Attributes (JSON Web Token Invalid Response)

+ Response 403 (application/vnd.api+json; charset=utf-8)

+ Attributes (Forbidden Response)

+ Response 422 (application/vnd.api+json; charset=utf-8)

+ Attributes (Unprocessable Entity Response)
Expand Down

0 comments on commit 21c80e9

Please sign in to comment.