Skip to main content

Update Link by Id

PATCH 

/links/:id

Use this endpoint to update a link by Id.

Request

Path Parameters

    id stringrequired

Body

    isActive boolean
    isDefault boolean
    priority1 number

Responses

Update Link by Id 202

Response Headers

  • Connection

    string

  • Content-Length

    string

  • Date

    string

  • Keep-Alive

    string

  • Return-Format

    string

Schema

    data

    object

    isActive boolean
    isDefault boolean
    priority number
    messages string[]
    total number
Loading...