Sign in

Create profile entity

documented

Create a profile entity customization.

POST \/api\/resource\/profile_entitiesPersonalizationno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://www.rescuetime.com/api/resource/profile_entities" \
  -X POST \
  -H "Authorization: Bearer {{RESCUETIME_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"profile_entity": {"entity_name": "{{$entity_name}}", "display_name": "{{$display_name}}", "hidden": {{$hidden}}}}'