v3

latestOpenAPI 3.1.02026-08-0755220214.3 KB
projects

Update

Updates a project by name or ID.

patch/projects/{nameOrId}

Path parameters

nameOrIdstring required

The name or the ID of the project to update.

Headers

Authorizationstring required

Bearer authentication header of the form Bearer <PHONIC_API_KEY>. Manage your API keys here.

Request body

namestring

The name of the project. Can only contain lowercase letters, numbers and hyphens. Must be unique within the workspace.

default_agentstring nullable

The name of the new project's default agent. Set to null to remove the default agent.

max_active_conversationsinteger nullable

Maximum number of concurrent conversations allowed for this project. When null, the workspace max_active_conversations limit is used.

Response

Success response

successboolean required

Whether the project was updated successfully.