Skip to content

Commit

Permalink
Merge pull request #28 from bgp/grizz-updates
Browse files Browse the repository at this point in the history
add 422 for human intervention
  • Loading branch information
jramseyer authored May 8, 2024
2 parents 41f1889 + 291f613 commit 1e8b4d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions draft-ramseyer-grow-peering-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,8 @@ On each call, there should be rate limits, allowed senders, and other optional r
* Error
* 403:
* Unauthorized to perform the operation
* 422:
* Please contact us, human intervention required

* List all session resources. The response is paginated.
* Given a request ID, query for the status of that request.
Expand Down Expand Up @@ -400,6 +402,8 @@ On each call, there should be rate limits, allowed senders, and other optional r
* Unauthorized to perform the operation
* 404:
* The session referred by the specified session_id does not exist or is not visible to the caller
* 422:
* Please contact us, human intervention required

### UTILITY API CALLS {#utility_api}
Endpoints which provide useful information for potential interconnections.
Expand Down

0 comments on commit 1e8b4d6

Please sign in to comment.