Sign in

Create categories

documented

Add new categories.

POST /Services.svc/CategoriesCategoriesno 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://integration.delivra.com/DelivraRESTServices/Services.svc/Categories\" \
  -X POST \
  -H 'username: {{DELIVRA_USERNAME}}' \
  -H 'password: {{DELIVRA_SECRET}}' \
  -H 'listname: {{DELIVRA_LISTNAME}}' \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -d '{ \"behavior\": \"ADD\", \"categories\": [ { \"Name\": \"{{$name}}\", \"Description\": \"{{$description}}\", \"DirectoryID\": \"{{$directoryId}}\", \"IsReadOnly\": {{$isReadOnly}} } ] }'