diff --git a/openapi/spec.json b/openapi/spec.json index 3c93e1e..7f99fe0 100644 --- a/openapi/spec.json +++ b/openapi/spec.json @@ -19706,125 +19706,6 @@ } } }, - "delete": { - "operationId": "deleteAcl", - "tags": [ - "Acls" - ], - "description": "Delete a single acl", - "summary": "Delete single acl", - "security": [ - { - "bearerAuth": [] - }, - {} - ], - "requestBody": { - "description": "Parameters which uniquely specify the acl to delete", - "required": false, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/AclItem" - } - } - } - }, - "responses": { - "200": { - "description": "Returns the deleted acl object", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Acl" - } - } - } - }, - "400": { - "description": "The request was unacceptable, often due to missing a required parameter", - "content": { - "text/plain": { - "schema": { - "type": "string" - } - }, - "application/json": { - "schema": { - "nullable": true - } - } - } - }, - "401": { - "description": "No valid API key provided", - "content": { - "text/plain": { - "schema": { - "type": "string" - } - }, - "application/json": { - "schema": { - "nullable": true - } - } - } - }, - "403": { - "description": "The API key doesn’t have permissions to perform the request", - "content": { - "text/plain": { - "schema": { - "type": "string" - } - }, - "application/json": { - "schema": { - "nullable": true - } - } - } - }, - "429": { - "description": "Too many requests hit the API too quickly. We recommend an exponential backoff of your requests", - "headers": { - "Retry-After": { - "schema": { - "type": "string" - } - } - }, - "content": { - "text/plain": { - "schema": { - "type": "string" - } - }, - "application/json": { - "schema": { - "nullable": true - } - } - } - }, - "500": { - "description": "Something went wrong on Braintrust's end. (These are rare.)", - "content": { - "text/plain": { - "schema": { - "type": "string" - } - }, - "application/json": { - "schema": { - "nullable": true - } - } - } - } - } - }, "get": { "operationId": "getAcl", "tags": [ @@ -28671,125 +28552,6 @@ } } }, - "delete": { - "operationId": "deleteServiceToken", - "tags": [ - "ServiceTokens" - ], - "description": "Delete a single service_token", - "summary": "Delete single service_token", - "security": [ - { - "bearerAuth": [] - }, - {} - ], - "requestBody": { - "description": "Parameters which uniquely specify the service_token to delete", - "required": false, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/DeleteServiceToken" - } - } - } - }, - "responses": { - "200": { - "description": "Returns the deleted service_token object", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ServiceToken" - } - } - } - }, - "400": { - "description": "The request was unacceptable, often due to missing a required parameter", - "content": { - "text/plain": { - "schema": { - "type": "string" - } - }, - "application/json": { - "schema": { - "nullable": true - } - } - } - }, - "401": { - "description": "No valid API key provided", - "content": { - "text/plain": { - "schema": { - "type": "string" - } - }, - "application/json": { - "schema": { - "nullable": true - } - } - } - }, - "403": { - "description": "The API key doesn’t have permissions to perform the request", - "content": { - "text/plain": { - "schema": { - "type": "string" - } - }, - "application/json": { - "schema": { - "nullable": true - } - } - } - }, - "429": { - "description": "Too many requests hit the API too quickly. We recommend an exponential backoff of your requests", - "headers": { - "Retry-After": { - "schema": { - "type": "string" - } - } - }, - "content": { - "text/plain": { - "schema": { - "type": "string" - } - }, - "application/json": { - "schema": { - "nullable": true - } - } - } - }, - "500": { - "description": "Something went wrong on Braintrust's end. (These are rare.)", - "content": { - "text/plain": { - "schema": { - "type": "string" - } - }, - "application/json": { - "schema": { - "nullable": true - } - } - } - } - } - }, "get": { "operationId": "getServiceToken", "tags": [ @@ -29518,125 +29280,6 @@ } } }, - "delete": { - "operationId": "deleteAiSecret", - "tags": [ - "AiSecrets" - ], - "description": "Delete a single ai_secret", - "summary": "Delete single ai_secret", - "security": [ - { - "bearerAuth": [] - }, - {} - ], - "requestBody": { - "description": "Parameters which uniquely specify the ai_secret to delete", - "required": false, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/DeleteAISecret" - } - } - } - }, - "responses": { - "200": { - "description": "Returns the deleted ai_secret object", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/AISecret" - } - } - } - }, - "400": { - "description": "The request was unacceptable, often due to missing a required parameter", - "content": { - "text/plain": { - "schema": { - "type": "string" - } - }, - "application/json": { - "schema": { - "nullable": true - } - } - } - }, - "401": { - "description": "No valid API key provided", - "content": { - "text/plain": { - "schema": { - "type": "string" - } - }, - "application/json": { - "schema": { - "nullable": true - } - } - } - }, - "403": { - "description": "The API key doesn’t have permissions to perform the request", - "content": { - "text/plain": { - "schema": { - "type": "string" - } - }, - "application/json": { - "schema": { - "nullable": true - } - } - } - }, - "429": { - "description": "Too many requests hit the API too quickly. We recommend an exponential backoff of your requests", - "headers": { - "Retry-After": { - "schema": { - "type": "string" - } - } - }, - "content": { - "text/plain": { - "schema": { - "type": "string" - } - }, - "application/json": { - "schema": { - "nullable": true - } - } - } - }, - "500": { - "description": "Something went wrong on Braintrust's end. (These are rare.)", - "content": { - "text/plain": { - "schema": { - "type": "string" - } - }, - "application/json": { - "schema": { - "nullable": true - } - } - } - } - } - }, "get": { "operationId": "getAiSecret", "tags": [ diff --git a/openapi/spec.yaml b/openapi/spec.yaml index b5ef197..5082764 100644 --- a/openapi/spec.yaml +++ b/openapi/spec.yaml @@ -14491,80 +14491,6 @@ paths: application/json: schema: nullable: true - delete: - operationId: deleteAcl - tags: - - Acls - description: Delete a single acl - summary: Delete single acl - security: - - bearerAuth: [] - - {} - requestBody: - description: Parameters which uniquely specify the acl to delete - required: false - content: - application/json: - schema: - $ref: "#/components/schemas/AclItem" - responses: - "200": - description: Returns the deleted acl object - content: - application/json: - schema: - $ref: "#/components/schemas/Acl" - "400": - description: The request was unacceptable, often due to missing a required - parameter - content: - text/plain: - schema: - type: string - application/json: - schema: - nullable: true - "401": - description: No valid API key provided - content: - text/plain: - schema: - type: string - application/json: - schema: - nullable: true - "403": - description: The API key doesn’t have permissions to perform the request - content: - text/plain: - schema: - type: string - application/json: - schema: - nullable: true - "429": - description: Too many requests hit the API too quickly. We recommend an - exponential backoff of your requests - headers: - Retry-After: - schema: - type: string - content: - text/plain: - schema: - type: string - application/json: - schema: - nullable: true - "500": - description: Something went wrong on Braintrust's end. (These are rare.) - content: - text/plain: - schema: - type: string - application/json: - schema: - nullable: true get: operationId: getAcl tags: @@ -20073,80 +19999,6 @@ paths: application/json: schema: nullable: true - delete: - operationId: deleteServiceToken - tags: - - ServiceTokens - description: Delete a single service_token - summary: Delete single service_token - security: - - bearerAuth: [] - - {} - requestBody: - description: Parameters which uniquely specify the service_token to delete - required: false - content: - application/json: - schema: - $ref: "#/components/schemas/DeleteServiceToken" - responses: - "200": - description: Returns the deleted service_token object - content: - application/json: - schema: - $ref: "#/components/schemas/ServiceToken" - "400": - description: The request was unacceptable, often due to missing a required - parameter - content: - text/plain: - schema: - type: string - application/json: - schema: - nullable: true - "401": - description: No valid API key provided - content: - text/plain: - schema: - type: string - application/json: - schema: - nullable: true - "403": - description: The API key doesn’t have permissions to perform the request - content: - text/plain: - schema: - type: string - application/json: - schema: - nullable: true - "429": - description: Too many requests hit the API too quickly. We recommend an - exponential backoff of your requests - headers: - Retry-After: - schema: - type: string - content: - text/plain: - schema: - type: string - application/json: - schema: - nullable: true - "500": - description: Something went wrong on Braintrust's end. (These are rare.) - content: - text/plain: - schema: - type: string - application/json: - schema: - nullable: true get: operationId: getServiceToken tags: @@ -20601,80 +20453,6 @@ paths: application/json: schema: nullable: true - delete: - operationId: deleteAiSecret - tags: - - AiSecrets - description: Delete a single ai_secret - summary: Delete single ai_secret - security: - - bearerAuth: [] - - {} - requestBody: - description: Parameters which uniquely specify the ai_secret to delete - required: false - content: - application/json: - schema: - $ref: "#/components/schemas/DeleteAISecret" - responses: - "200": - description: Returns the deleted ai_secret object - content: - application/json: - schema: - $ref: "#/components/schemas/AISecret" - "400": - description: The request was unacceptable, often due to missing a required - parameter - content: - text/plain: - schema: - type: string - application/json: - schema: - nullable: true - "401": - description: No valid API key provided - content: - text/plain: - schema: - type: string - application/json: - schema: - nullable: true - "403": - description: The API key doesn’t have permissions to perform the request - content: - text/plain: - schema: - type: string - application/json: - schema: - nullable: true - "429": - description: Too many requests hit the API too quickly. We recommend an - exponential backoff of your requests - headers: - Retry-After: - schema: - type: string - content: - text/plain: - schema: - type: string - application/json: - schema: - nullable: true - "500": - description: Something went wrong on Braintrust's end. (These are rare.) - content: - text/plain: - schema: - type: string - application/json: - schema: - nullable: true get: operationId: getAiSecret tags: