API ReferenceProjectsUpdate_projectProjectid
Update Project
Updates the configuration and settings of an existing project. **Authentication:** - Requires API key in `key` - Requires HMAC SHA256 signature of the body in `hash-signature`
Get All Projects GET
Retrieves a list of all projects associated with a specific organization. **Authentication:** - Requires API key in `key` header - Requires HMAC SHA256 signature in `hash-signature` header
Update Project Status PUT
Updates the status of a specific project. **Valid values:** `active`, `inactive`