@@ -4897,6 +4897,13 @@ paths:
4897
4897
clients to connect to.
4898
4898
4899
4899
4900
+ Before calling this endpoint, a configuration for the partner must exist.
4901
+
4902
+ If a config is not present for the partner, the request will fail with a 422 error.
4903
+
4904
+ To initiate the creation of a partner config, please reach out to the
4905
+ Go Network Engineering team at:
[email protected] .
4906
+
4900
4907
Error scenarios:
4901
4908
- 400: Invalid Request Error
4902
4909
- Occurs when the request parameters are invalid or incomplete.
@@ -4910,6 +4917,10 @@ paths:
4910
4917
- Occurs when the authenticated partner doesn't have access to create a partner.
4911
4918
- Examples: Enterprise does not have OES license.
4912
4919
4920
+ - 422: Unprocessable Entity Error
4921
+ - Returned when a required partner configuration is missing.
4922
+ - Examples: Partner configuration is missing.
4923
+
4913
4924
- 500: Internal Server Error
4914
4925
- Occurs when there's an unexpected error processing the request
4915
4926
- Examples: Database connection failure, transient network error.
@@ -4985,6 +4996,12 @@ paths:
4985
4996
application/json:
4986
4997
schema:
4987
4998
$ref: '#/components/schemas/V1ErrorPayload'
4999
+ '422':
5000
+ description: Unprocessable Entity
5001
+ content:
5002
+ application/json:
5003
+ schema:
5004
+ $ref: '#/components/schemas/V1ErrorPayload'
4988
5005
'500':
4989
5006
description: Internal Server Error
4990
5007
content:
0 commit comments