Bridgetown Research
  1. Projects
Bridgetown Research
  • Projects
    • Create a new project
      POST
    • Update a project
      PUT
    • Update the status of a project
      POST
  • Experts (Bridgetown Research)
    • (create) expert details
      POST
    • (update) expert details
      PUT
    • (get) expert details
      GET
    • (create) expert action
      POST
  • Experts
    • Schedule a call with an expert
      POST
    • Post completion details for a call
      POST
  1. Projects

Update the status of a project

POST
/v1/external/projects/actions/update-status

Request

Header Params

Body Params application/json

Examples

Responses

🟢200OK
application/json
Project status updated
Body

🟠400Bad Request
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/external/projects/actions/update-status' \
--header 'x-client-code;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "projectId": "ACME-proj001",
    "topic": "ACME-proj001",
    "externalRefProjectId": "string",
    "status": "OPEN"
}'
Response Response Example
200 - Example 1
{
    "status": "success",
    "projectId": "string",
    "message": "string"
}
Modified at 2025-06-07 09:27:15
Previous
Update a project
Next
(create) expert details
Built with