Skip to main content
PATCH
/
api
/
orgs
/
{id}
/
initiatives
/
{initiativeId}
/
targets
/
{targetId}
Update initiative target
curl --request PATCH \
  --url https://atollhq.com/api/orgs/{id}/initiatives/{initiativeId}/targets/{targetId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "target": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

id identifier

initiativeId
string
required

initiativeId identifier

targetId
string
required

targetId identifier

Body

application/json

The body is of type object.

Response

200 - application/json

Success

target
object