Partials

Upsert a Partial

Create or Update Partial using ID.

put/partials/{PartialId}

Request body

configobject required
created_atinteger nullable

Unix epoch when the resource was created.

idstring nullable
namestring nullable
tagsstring[]
typestring required
updated_atinteger nullable

Unix epoch when the resource was last updated.

Response

Successfully upserted Partial

configobject required
created_atinteger nullable

Unix epoch when the resource was created.

idstring nullable
namestring nullable
tagsstring[]
typestring required
updated_atinteger nullable

Unix epoch when the resource was last updated.

Changes