Activiti Admin Endpoints API declares
1 security scheme
for authenticating requests.
It accepts HTTP basic authentication (basicAuth).
By default, every request must be authenticated.
basicAuth — HTTP Basic Authentication using valid Activiti user credentials
Paths & Operations 10
Across 4 paths, the API surfaces 10 operations — 2 DELETE, 4 GET, 2 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.
The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are EndpointConfigurationRepresentation (10 properties), EndpointBasicAuthRepresentation (6 properties), CreateEndpointBasicAuthRepresentation (4 properties), EndpointRequestHeaderRepresentation (2 properties). Each schema is shown below with its type and property counts.
EndpointConfigurationRepresentation
object
10 properties
CreateEndpointBasicAuthRepresentation
object
4 properties
EndpointBasicAuthRepresentation
object
6 properties
EndpointRequestHeaderRepresentation
object
2 properties
Specification
The full machine-readable OpenAPI contract behind this narrative.