Skip to main content
POST
/
api
/
v2
/
solution
/
update
Update Solution
curl --request POST \
  --url https://app.octavehq.com/api/v2/solution/update \
  --header 'Content-Type: application/json' \
  --header 'api_key: <api-key>' \
  --data '
{
  "oId": "<string>",
  "data": {
    "updatedAt": "<string>",
    "archivedAt": "<string>",
    "deletedAt": "<string>",
    "name": "<string>",
    "internalName": "<string>",
    "description": "<string>",
    "primaryUrl": "<string>",
    "qualifyingQuestions": [
      {
        "question": "<string>",
        "rationale": "<string>",
        "fitType": "GOOD",
        "weight": "MEDIUM",
        "archivedAt": "<string>"
      }
    ],
    "data": {
      "internalName": "<string>",
      "summary": "<string>",
      "distinctCapabilities": [],
      "keyComponents": [],
      "customerBenefits": [],
      "challengesAddressed": [],
      "statusQuo": [],
      "differentiatedValue": [],
      "customFields": [
        {
          "title": "<string>",
          "value": [
            "<string>"
          ]
        }
      ]
    }
  }
}
'
{
  "_metadata": {
    "requestId": "requestId",
    "timestamp": "2021-01-01T00:00:00.000Z",
    "usage": 0,
    "message": "message"
  },
  "data": {
    "oId": "sv_1234",
    "createdAt": "<string>",
    "data": {
      "internalName": "<string>",
      "summary": "<string>",
      "distinctCapabilities": [],
      "keyComponents": [],
      "customerBenefits": [],
      "challengesAddressed": [],
      "statusQuo": [],
      "differentiatedValue": [],
      "customFields": [
        {
          "title": "<string>",
          "value": [
            "<string>"
          ]
        }
      ]
    },
    "user": {
      "oId": "<string>",
      "firstName": "<string>",
      "lastName": "<string>"
    },
    "workspace": {
      "oId": "<string>"
    },
    "locked": true,
    "updatedAt": "<string>",
    "archivedAt": "<string>",
    "deletedAt": "<string>",
    "name": "<string>",
    "internalName": "<string>",
    "description": "<string>",
    "primaryUrl": "<string>",
    "active": true,
    "qualifyingQuestions": [
      {
        "question": "<string>",
        "rationale": "<string>",
        "fitType": "GOOD",
        "weight": "MEDIUM",
        "archivedAt": "<string>"
      }
    ],
    "linkedProducts": [],
    "linkedUseCases": [],
    "linkedPersonas": [],
    "linkedSegments": [],
    "lockedBy": {
      "oId": "<string>",
      "firstName": "<string>",
      "lastName": "<string>",
      "picture": "<string>"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.octavehq.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api_key
string
header
required

Body

application/json
oId
string
required

Solution OId

data
object
required

Response

200 - application/json

Solution updated

_metadata
object
required
data
object
required