Update
Updates a project by name or ID.
Authentication
AuthorizationBearer
Bearer authentication header of the form `Bearer <PHONIC_API_KEY>`. Manage your API keys [here](https://phonic.co/api-keys).
Path parameters
nameOrId
The name or the ID of the project to update.
Request
This endpoint expects an object.
name
The name of the project. Can only contain lowercase letters, numbers and hyphens. Must be unique within the workspace.
default_agent
The name of the new project’s default agent. Set to null to remove the default agent.
Response
Success response
success
Whether the project was updated successfully.