Skip to main content
POST
Update project status
Deprecated: This is a v1 endpoint and is deprecated. Please use the v2 API instead. v1 endpoints will be removed in a future release.
Replace {your-subdomain} with your workspace’s subdomain.
Learn how to find your subdomain in Workspace subdomain.

Headers

X-Api-Key
string
default:your-api-key
required

Use the X-Api-Key header to provide your workspace API key. Refer to Authentication for more information.

Body

application/json
project_ids
string<uuid>[]
required

Array of project IDs to update status for. Refer to Getting the Project ID section for detailed instructions.

Example:
status
enum<string>
required

New status for the projects.

Available options:
active,
archived
Example:

"archived"

email
string<email>
required

Email of the user performing the status update.

Example:

"john@example.com"

filter
object

Optional filter parameters for bulk status updates.

Response

200 - application/json

OK - Request succeeded

custom_message
string