Replace all component elements.
Replaces the complete element set for the selected component. This is not an upsert/patch endpoint: any element omitted from the request is removed from the component. Prefer POST /component//patch for single-element updates.
ROLES: COMPONENT_WRITE,COMPONENT_ADMIN USER: true SERVICE ACCOUNT: true
Authorizations
Bearer JWT token or API Key (sk-*).
Path Parameters
Component id whose full element set should be replaced.
Body
Unique element key. CODE_JS, CODE_TS, CODE_JS_LIB, and CODE_TS_LIB keys must be valid JavaScript identifiers and cannot be JavaScript/TypeScript reserved words.
1 - 32Details.
Element hidden from results.
Order of the element (must be unique).
Durable component element identifier. Preserved across exports, imports, reverts, and key renames.
Representation description e.g. swagger spec details.
1000Response
OK.

