From 291f613731fbd641d7d94246e989fcd5038cfb88 Mon Sep 17 00:00:00 2001 From: Matt Griswold Date: Wed, 8 May 2024 08:21:00 -0500 Subject: [PATCH] add 422 for human intervention --- draft-ramseyer-grow-peering-api.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/draft-ramseyer-grow-peering-api.md b/draft-ramseyer-grow-peering-api.md index 7e71166..0bd2933 100644 --- a/draft-ramseyer-grow-peering-api.md +++ b/draft-ramseyer-grow-peering-api.md @@ -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. @@ -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.