Sign in

Update organization

documented

Update an organization's details.

PATCH /organizations/{organization_id}Organizationsno 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://api.cypherlearning.com/organizations/{{$organization_id}}" \
  -X PATCH \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "x-api-key: {{CYPHERLEARNING_API_KEY}}" \
  -d '{"name": "{{$organization_name}}", "description": "{{$organization_description}}", "tags": {{$organization_tags}}, "metadata": {"scope": "{{$scope}}", "scope_id": "{{$scope_id}}"}}'