This endpoint documentation is generated directly from openapi.yaml.

POST /department/selfserve/condition/rules

Operation ID: addSelfserveConditionRule

Add a new self-serve condition rule.

Security requirements:

SchemeScopes
BearerAuth-

Required: yes.

Content type: application/json

{ "properties": { "condition_id": { "type": "integer" }, "description": { "type": "string" }, "name": { "type": "string" }, "object_id": { "type": "integer" }, "object_type": { "type": "string" }, "type": { "type": "string" } }, "required": [ "condition_id", "type", "object_type", "object_id", "name", "description" ], "type": "object" }
StatusDescriptionContent Types
200Successfully added condition ruleapplication/json
400
500

Schema for response 200 (application/json):

{ "$ref": "#/components/schemas/DepartmentSelfserveConditionRule" }