Update a project
Update an existing project's configuration
PUT
All fields are optional; only provided fields are updated.
Path parameters
namespace
type: string
requiredThe namespace (user or organization) the project belongs to.
id_or_slug
type: string
requiredThe project ID or slug.
Body parameters
name
type: string
Updated project name.
repo_owner
type: string
Updated repository owner.
repo_name
type: string
Updated repository name.
main_branch
type: string
Updated default branch.
git_connection_id
type: string
Updated git provider connection ID.
image_ref
type: string
Updated container image reference.
registry_id
type: string
Updated registry credential ID.
Previous → Get a project
Next Delete a project →