links
Update existing link type.
Used to update a single link type. All fields that are not submitted will be cleared (set to NULL). The model will tell you which fields are mandatory. You cannot update some of the system provided link types, indicated by the editable=false flag when you list it.
put/v1/link-types/{id}
Path parameters
idstring required
Example:123
The ID of the link type.
Headers
X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00
Unique identifier associated with this request.
Request body
Example request
{
"name": "Paid",
"inward": "is (partially) paid for by",
"outward": "(partially) pays for"
}Response
Updated link type stored, result in response
Changes
No recorded changes to this endpoint across all 1 revision of this API.