Skip to main content
PUT
/
link-sets
/
{id}
{
  "id": "<string>",
  "identifier": "<string>",
  "qualifier": "<string>",
  "links": [
    {
      "relationType": "<string>",
      "href": "<string>",
      "objectKey": "<string>",
      "title": "<string>",
      "lang": [
        "<string>"
      ],
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Path Parameters

id
string
required

Body

application/json
identifier
string
required

The identifier of the Link Set.

qualifier
string
required

The qualifier of the Link Set.

The links of the Link Set.

Response

201 - application/json

The Link Set was updated.

qualifier
string
required

The qualifier of the Link Set.

The links of the Link Set.

createdAt
string<date-time>
required

The creation date of the Link Set.

updatedAt
string<date-time>
required

The last update date of the Link Set.

id
string

The ID of the Link Set.

identifier
string

The identifier of the Link Set.