@@ -4897,13 +4897,6 @@ 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
-
4907
4900
Error scenarios:
4908
4901
- 400: Invalid Request Error
4909
4902
- Occurs when the request parameters are invalid or incomplete.
@@ -4917,10 +4910,6 @@ paths:
4917
4910
- Occurs when the authenticated partner doesn't have access to create a partner.
4918
4911
- Examples: Enterprise does not have OES license.
4919
4912
4920
- - 422: Unprocessable Entity Error
4921
- - Returned when a required partner configuration is missing.
4922
- - Examples: Partner configuration is missing.
4923
-
4924
4913
- 500: Internal Server Error
4925
4914
- Occurs when there's an unexpected error processing the request
4926
4915
- Examples: Database connection failure, transient network error.
@@ -4996,12 +4985,6 @@ paths:
4996
4985
application/json:
4997
4986
schema:
4998
4987
$ref: '#/components/schemas/V1ErrorPayload'
4999
- '422':
5000
- description: Unprocessable Entity
5001
- content:
5002
- application/json:
5003
- schema:
5004
- $ref: '#/components/schemas/V1ErrorPayload'
5005
4988
'500':
5006
4989
description: Internal Server Error
5007
4990
content:
0 commit comments