Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add 422 for human intervention #28

Merged
merged 1 commit into from
May 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading