Portal Links

Update a portal link

This endpoint updates a portal link

put/v1/projects/{projectID}/portal-links/{portalLinkID}

Path parameters

projectIDstring required

Project ID

portalLinkIDstring required

portal link id

Request body

auth_typestring
can_manage_endpointboolean

Specify whether endpoint management can be done through the Portal Link UI

endpointsstring[]

Deprecated IDs of endpoints in this portal link

namestring

Portal Link Name

owner_idstring

OwnerID, the portal link will inherit all the endpoints with this owner ID

Response

Accepted

messagestring
statusboolean

Changes

Changed in 3 of the 60 revisions of this API.24

  • 15572dae8a7811See the full diff
    • removed the success response with the status 200

      response-success-status-removed

    • added the success response with the status 202

      response-success-status-added

    • api operation id UpdatePortalLink was added

      api-operation-id-added

  • 5a219dba9f4012See the full diff
    • removed the success response with the status 202

      response-success-status-removed

    • api operation id UpdatePortalLink removed and replaced with

      api-operation-id-removed

    • added the success response with the status 200

      response-success-status-added