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.
Example response
{
"updatedCount": 0
}