Add a protocol category

Creates a new protocol category, or restores an existing one that was previously archived. Pass groupID: 0 (system-admin only) to create a public category that's visible to every group; pass any other groupID to scope the category to that group.

If a category with the same name already exists in the target group:

  • and is archived, this call un-archives it instead of creating a duplicate — you get the existing protCategoryID back
  • and is active, the call returns 409.

This means add-on installers and templates can re-apply the same categories without producing duplicates.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int32
string
int32
Headers
string
Defaults to Swagger
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses
200

The addition of the new protocol category was successful.

400

There was an error in the request.

401

You don't have permission to add this category.

404

The provided group was not found.

409

The provided category name already exists.

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!