File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22840,6 +22840,10 @@ paths:
2284022840 - monthly
2284122841 example: monthly
2284222842 type: string
22843+ workspace_id:
22844+ description: Optional workspace ID to associate the API key with
22845+ format: uuid
22846+ type: string
2284322847 required:
2284422848 - callback_url
2284522849 type: object
@@ -22908,6 +22912,16 @@ paths:
2290822912 schema:
2290922913 $ref: '#/components/schemas/UnauthorizedResponse'
2291022914 description: Unauthorized - Authentication required or invalid credentials
22915+ '403':
22916+ content:
22917+ application/json:
22918+ example:
22919+ error:
22920+ code: 403
22921+ message: Only management keys can perform this operation
22922+ schema:
22923+ $ref: '#/components/schemas/ForbiddenResponse'
22924+ description: Forbidden - Authentication successful but insufficient permissions
2291122925 '409':
2291222926 content:
2291322927 application/json:
You can’t perform that action at this time.
0 commit comments