Authorizations
Path Parameters
The unique identifier of the objective.
Example:
"o12345"
Body
application/json · object[]
The operation to perform. Must be one of: add, remove, replace, copy, move, test
Available options:
add
, remove
, replace
, copy
, move
, test
Example:
"replace"
A JSON Pointer string that references a location within the target document where the operation is performed
Example:
"/objective_name"
The value to be used within the operation. This field is not required for the remove
operation.
Response
Objective updated successfully
Success message
Example:
"Objective updated successfully"