The Connect API
Connect provides two different APIs:
- the plugins API, which can be accessed by plugins and administrators
- the admin API, which is meant for operators to manage or troubleshoot a deployment
Full API documentation can be found in the Swagger documentation.
- Typically, all resources support single GET and GET of all resources, including filtering.
- PUT and DELETE operations are supported for most resources.
- PATCH operations are not supported.