Skip to main content
POST
Update by id

Authorizations

x-api-key
string
header
required

Your Pilot Status API key (ps_...). You may also send Authorization: Bearer ps_... or ?access_token=ps_....

Path Parameters

id
string
required

A Graph node id — its meaning depends on the operation (see the description).

Body

application/json

Template-update body. For an upload-session id, send the raw file bytes instead (binary, header file_offset).

components
object[]

Template components to replace (when id is a template id).

Example:

Response

Meta Graph API response.

success
boolean

Whether the operation succeeded.