cURL
curl --request PUT \ --url https://api.example.com/link-sets/{id} \ --header 'Content-Type: application/json' \ --data ' { "identifier": "<string>", "qualifier": "<string>", "links": [ { "relationType": "<string>", "href": "<string>", "title": "<string>", "lang": [ "<string>" ] } ] } '
{ "qualifier": "<string>", "links": [ { "relationType": "<string>", "title": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "href": "<string>", "objectKey": "<string>", "lang": [ "<string>" ] } ], "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "id": "<string>", "identifier": "<string>" }
The identifier of the Link Set.
The qualifier of the Link Set.
The links of the Link Set.
Show child attributes
The Link Set was updated.
The creation date of the Link Set.
The last update date of the Link Set.
The ID of the Link Set.