Update project status
Projects (v1)
Update project status
Update project status.
POST
Update project status
Replace
Learn how to find your subdomain in Workspace subdomain.
{your-subdomain} with your workspace’s subdomain. Learn how to find your subdomain in Workspace subdomain.
Headers
Use the X-Api-Key header to provide your workspace API key. Refer to Authentication for more information.
Body
application/json
Array of project IDs to update status for. Refer to Getting the Project ID section for detailed instructions.
Example:
[
"71f70673bc9d5da257b1",
"d7d528165ae68ad3d1db"
]New status for the projects.
Available options:
active, archived Example:
"archived"
Email of the user performing the status update.
Example:
"john@example.com"
Optional filter parameters for bulk status updates.
Response
200 - application/json
OK - Request succeeded