@@ -4897,6 +4897,13 @@ paths:
48974897 clients to connect to.
48984898
48994899
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+
49004907 Error scenarios:
49014908 - 400: Invalid Request Error
49024909 - Occurs when the request parameters are invalid or incomplete.
@@ -4910,6 +4917,10 @@ paths:
49104917 - Occurs when the authenticated partner doesn't have access to create a partner.
49114918 - Examples: Enterprise does not have OES license.
49124919
4920+ - 422: Unprocessable Entity Error
4921+ - Returned when a required partner configuration is missing.
4922+ - Examples: Partner configuration is missing.
4923+
49134924 - 500: Internal Server Error
49144925 - Occurs when there's an unexpected error processing the request
49154926 - Examples: Database connection failure, transient network error.
@@ -4985,6 +4996,12 @@ paths:
49854996 application/json:
49864997 schema:
49874998 $ref: '#/components/schemas/V1ErrorPayload'
4999+ '422':
5000+ description: Unprocessable Entity
5001+ content:
5002+ application/json:
5003+ schema:
5004+ $ref: '#/components/schemas/V1ErrorPayload'
49885005 '500':
49895006 description: Internal Server Error
49905007 content:
0 commit comments