Skip to content
Merged
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
21 changes: 14 additions & 7 deletions openapi/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,8 @@
"org_audit_logs",
"project_group",
"ai_secret",
"org_ai_secret"
"org_ai_secret",
"org_account"
],
"description": "The object type that the ACL applies to"
},
Expand All @@ -542,7 +543,8 @@
"org_audit_logs",
"project_group",
"ai_secret",
"org_ai_secret"
"org_ai_secret",
"org_account"
],
"description": "The object type that the ACL applies to"
},
Expand Down Expand Up @@ -592,7 +594,8 @@
"org_audit_logs",
"project_group",
"ai_secret",
"org_ai_secret"
"org_ai_secret",
"org_account"
],
"description": "The object type that the ACL applies to"
},
Expand Down Expand Up @@ -633,7 +636,8 @@
"enum": [
"organization",
"project",
"function"
"function",
"mcp_server"
],
"description": "The type of the object the environment variable is scoped for"
},
Expand Down Expand Up @@ -11900,7 +11904,8 @@
"enum": [
"organization",
"project",
"function"
"function",
"mcp_server"
],
"description": "The type of the object the environment variable is scoped for"
},
Expand Down Expand Up @@ -33409,7 +33414,8 @@
"enum": [
"organization",
"project",
"function"
"function",
"mcp_server"
],
"description": "The type of the object the environment variable is scoped for"
},
Expand Down Expand Up @@ -33571,7 +33577,8 @@
"enum": [
"organization",
"project",
"function"
"function",
"mcp_server"
],
"description": "The type of the object the environment variable is scoped for"
},
Expand Down
7 changes: 7 additions & 0 deletions openapi/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ components:
- project_group
- ai_secret
- org_ai_secret
- org_account
description: The object type that the ACL applies to
AclObjectId:
type: string
Expand All @@ -484,6 +485,7 @@ components:
- project_group
- ai_secret
- org_ai_secret
- org_account
description: The object type that the ACL applies to
AclListOrgObjectId:
type: string
Expand Down Expand Up @@ -535,6 +537,7 @@ components:
- project_group
- ai_secret
- org_ai_secret
- org_account
description: The object type that the ACL applies to
AclListRoleId:
type: string
Expand Down Expand Up @@ -565,6 +568,7 @@ components:
- organization
- project
- function
- mcp_server
description: The type of the object the environment variable is scoped for
EnvVarObjectId:
type: string
Expand Down Expand Up @@ -9772,6 +9776,7 @@ components:
- organization
- project
- function
- mcp_server
description: The type of the object the environment variable is scoped for
object_id:
type: string
Expand Down Expand Up @@ -23499,6 +23504,7 @@ paths:
- organization
- project
- function
- mcp_server
description: The type of the object the environment variable is scoped for
object_id:
type: string
Expand Down Expand Up @@ -23610,6 +23616,7 @@ paths:
- organization
- project
- function
- mcp_server
description: The type of the object the environment variable is scoped for
object_id:
type: string
Expand Down
Loading