Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
357 changes: 0 additions & 357 deletions openapi/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down
Loading