Skip to main content

Convert to Committed

POST/api/v1/nodes/{node_id}/

Path parameters

  • node_idPathstringrequired

    Path parameter node_id.

Query parameters

  • project_idQuerystringoptional

    Identifier of the project to scope the request to. Optional; if omitted, the account's default project is used.

    • optional
    • if omitted, the request is applied to the default project
    example{{project_id}}
  • apikeyQuerystringoptional

    API key for authenticating the request

    • required
    • non-empty string
    example{{api_key}}
  • locationQuerystringoptional

    Specifies the target location for the conversion operation.

    • must be a non-empty string
    • should be URL-encoded if it contains special characters
    example{{location}}

Request body

application/json

object
sku_day_idinteger

Identifier for the SKU day to convert

example1234
  • required
  • must be a positive integer

Responses

200Successful response
object
codeinteger

HTTP status code of the conversion response

example200
  • integer value
  • commonly 200 for successful conversion
dataarray
errorsobject
messagestring

Message confirming the node was converted to a committed node

exampleYour Node is converted into Committed Node
  • must be a non-empty string
  • maximum length of 255 characters