v1

latestOpenAPI 3.0.1MIT2026-07-176912.0 KB
Link

Update links

Update existing links based on a filter. Updates a single link if the 'id' field is specified in the filter.

put/links

Request body

Example request

{
  "link": {
    "updated_at": "2000-01-23T04:56:07.000+00:00",
    "created_at": "2000-01-23T04:56:07.000+00:00",
    "describe": "describe",
    "url": "https://openapi-generator.tech",
    "hash": "hash"
  }
}

Response

Links updated successfully.

updatedCountinteger

The number of links updated.

Example response

{
  "updatedCount": 0
}