@@ -27106,6 +27106,16 @@ paths:
2710627106 - 'data'
2710727107 type: 'object'
2710827108 description: 'Returns a list of endpoints'
27109+ '403':
27110+ content:
27111+ application/json:
27112+ example:
27113+ error:
27114+ code: 403
27115+ message: 'Only management keys can perform this operation'
27116+ schema:
27117+ $ref: '#/components/schemas/ForbiddenResponse'
27118+ description: 'Forbidden - Authentication successful but insufficient permissions'
2710927119 '500':
2711027120 content:
2711127121 application/json:
@@ -31055,6 +31065,16 @@ paths:
3105531065 schema:
3105631066 $ref: '#/components/schemas/ModelResponse'
3105731067 description: 'Returns the model details'
31068+ '403':
31069+ content:
31070+ application/json:
31071+ example:
31072+ error:
31073+ code: 403
31074+ message: 'Only management keys can perform this operation'
31075+ schema:
31076+ $ref: '#/components/schemas/ForbiddenResponse'
31077+ description: 'Forbidden - Authentication successful but insufficient permissions'
3105831078 '404':
3105931079 content:
3106031080 application/json:
@@ -31474,6 +31494,16 @@ paths:
3147431494 schema:
3147531495 $ref: '#/components/schemas/BadRequestResponse'
3147631496 description: 'Bad Request - Invalid request parameters or malformed input'
31497+ '403':
31498+ content:
31499+ application/json:
31500+ example:
31501+ error:
31502+ code: 403
31503+ message: 'Only management keys can perform this operation'
31504+ schema:
31505+ $ref: '#/components/schemas/ForbiddenResponse'
31506+ description: 'Forbidden - Authentication successful but insufficient permissions'
3147731507 '500':
3147831508 content:
3147931509 application/json:
@@ -31594,6 +31624,16 @@ paths:
3159431624 - 'data'
3159531625 type: 'object'
3159631626 description: 'Returns a list of endpoints'
31627+ '403':
31628+ content:
31629+ application/json:
31630+ example:
31631+ error:
31632+ code: 403
31633+ message: 'Only management keys can perform this operation'
31634+ schema:
31635+ $ref: '#/components/schemas/ForbiddenResponse'
31636+ description: 'Forbidden - Authentication successful but insufficient permissions'
3159731637 '404':
3159831638 content:
3159931639 application/json:
@@ -31650,6 +31690,16 @@ paths:
3165031690 schema:
3165131691 $ref: '#/components/schemas/BadRequestResponse'
3165231692 description: 'Bad Request - Invalid request parameters or malformed input'
31693+ '403':
31694+ content:
31695+ application/json:
31696+ example:
31697+ error:
31698+ code: 403
31699+ message: 'Only management keys can perform this operation'
31700+ schema:
31701+ $ref: '#/components/schemas/ForbiddenResponse'
31702+ description: 'Forbidden - Authentication successful but insufficient permissions'
3165331703 '500':
3165431704 content:
3165531705 application/json:
@@ -31745,6 +31795,16 @@ paths:
3174531795 schema:
3174631796 $ref: '#/components/schemas/UnauthorizedResponse'
3174731797 description: 'Unauthorized - Authentication required or invalid credentials'
31798+ '403':
31799+ content:
31800+ application/json:
31801+ example:
31802+ error:
31803+ code: 403
31804+ message: 'Only management keys can perform this operation'
31805+ schema:
31806+ $ref: '#/components/schemas/ForbiddenResponse'
31807+ description: 'Forbidden - Authentication successful but insufficient permissions'
3174831808 '404':
3174931809 content:
3175031810 application/json:
0 commit comments