Sign in

Edit organization

documented

Update an existing organization's attributes.

GET /api/edit_organizationOrganizationsno 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://{{$base_url}}/api/edit_organization?organization_id={{$organization_id}}&api_key={{CYPHERLEARNING_API_KEY}}&name={{$name}}&description={{$description}}&internal={{$internal}}&picture={{$picture}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"