Last updated 9 months ago
Was this helpful?
/api/v1/organizations/self/view-configs
curl -L \ --request PUT \ --url '/api/v1/organizations/self/view-configs' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{"path":"text","config":{}}'
{ "config": {} }
/api/v1/legacy/users/me/view-configs
curl -L \ --url '/api/v1/legacy/users/me/view-configs?path=text' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
curl -L \ --request PUT \ --url '/api/v1/legacy/users/me/view-configs' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{"path":"text","config":{}}'