Websites

Update bio page

Update copy or publish/unpublish a bio page.

PATCH/v1/websites/:id
curl -X PATCH https://api.ofmelite.io/v1/websites/e78784da-19c7-4b36-bbaf-f4fa2c8eb318 \
-H "Authorization: Bearer ofm_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"published":true}'
200OK
{ "id": "e78784da-19c7-4b36-bbaf-f4fa2c8eb318", "published": true }

Request

Headers

Authorization
stringrequired

Bearer token with your Elite API key

Bearer ofm_YOUR_API_KEY

Content-Type
stringrequired

Must be application/json for POST/PATCH

application/json

Body

name
stringoptional

Display name

headline
stringoptional

Headline

bio
stringoptional

Bio text

published
booleanoptional

Publish state

Response

Response fields

id
stringoptional

Website id