DevelopersAPI referenceLinksBio
Update a bio page
Partial update; items, when present, replace the whole set (max 30).
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/v1/bio/string" \ -H "Content-Type: application/json" \ -d '{}'{ "page": { "id": "string", "handle": "string", "publicUrl": "string", "title": "string", "bio": "string", "published": true, "views": 0, "items": [ { "id": "string", "label": "string", "url": "string" } ], "created": "2019-08-24T14:15:22Z", "updated": "2019-08-24T14:15:22Z" }}