# Publish/resume a project Publish or resume a project Endpoint: POST /projects/{project_id}/activate Version: 1.0.0 Security: api_key, tenant_id ## Path parameters: - `project_id` (string, required) The ID of the project to activate ## Response 404 fields (application/json): - `detail` (object) - `detail.error` (string) Example: "not_found" - `detail.message` (string) Example: "Project not found." ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) Example: "field required" - `detail.type` (string, required) Example: "value_error.missing" ## Response 200 fields