/
RE
rebolt
/
FastAPI
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 3h ago · Updated 1d ago
Details
Filter operations
API Keys
5
attachments
2
Conversations
7
Deployments
6
Domains
1
health
6
Integration Credentials
12
Integration Providers
4
LLM Proxy
1
Projects
15
get
Get Convex database credentials for the project (admins only)
put
Update project subdomain
get
List custom domains
post
Create custom domain
get
Get custom domain status
delete
Delete custom domain
get
List Project Cards
post
Create Project
get
Get Project Card
delete
Delete Project
patch
Update Project Metadata
get
Get Project Integrations
put
Update Project Integration
post
Init Project
post
Init Rebolt Salesforce Project
SDK
9
Versions
3
Projects
Update Project Metadata
patch
/api/v1/projects/{project_id}
Path parameters
project_id
string
uuid
required
Request body
UpdateProjectMetadataRequest
required
project_name
string
required
The name of the project, used to identify it in the web UI
deployments_are_public
boolean
nullable
deployments_are_enabled
boolean
nullable
Response
Successful Response
CommandWasSuccessfulResponse
required
success
boolean
message
string
nullable
Changes