cURL
curl --request PUT \ --url https://{host}/api/v3/axisSections/{id} \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "code": "<string>", "multilingualName": "<string>", "axisId": 123, "id": 2, "description": "<string>", "ownerId": 123, "endOn": "2023-11-07T05:31:56Z", "active": true, "parentAxisSections": [ { "code": "<string>", "multilingualName": "<string>", "axisId": 123, "id": 2, "description": "<string>", "ownerId": 123, "endOn": "2023-11-07T05:31:56Z", "active": true } ], "childrenAxisSections": [ { "code": "<string>", "multilingualName": "<string>", "axisId": 123, "id": 2, "description": "<string>", "ownerId": 123, "endOn": "2023-11-07T05:31:56Z", "active": true } ] } '
{ "data": { "code": "<string>", "multilingualName": "<string>", "axisId": 123, "id": 2, "name": "<string>", "url": "<string>", "description": "<string>", "ownerId": 123, "startOn": "2023-11-07T05:31:56Z", "endOn": "2023-11-07T05:31:56Z", "active": true, "parentAxisSections": [ { "code": "<string>", "multilingualName": "<string>", "axisId": 123, "id": 2, "name": "<string>", "url": "<string>", "description": "<string>", "ownerId": 123, "startOn": "2023-11-07T05:31:56Z", "endOn": "2023-11-07T05:31:56Z", "active": true } ], "childrenAxisSections": [ { "code": "<string>", "multilingualName": "<string>", "axisId": 123, "id": 2, "name": "<string>", "url": "<string>", "description": "<string>", "ownerId": 123, "startOn": "2023-11-07T05:31:56Z", "endOn": "2023-11-07T05:31:56Z", "active": true } ] } }
Partial or complete update to an existing AxisSection.
API key. Value must be formatted like so: lucca application={api_key}.
lucca application={api_key}
ID of the axis-section.
x >= 1
Show child attributes
OK
Was this page helpful?