Number of APIs: 12
1. Rename a security configuration
PUT https://{{host}}/appsec/v1/configs/{{configId}}
2. List configuration versions
GET https://{{host}}/appsec/v1/configs/{{configId}}/versions
3. Clone a configuration version
POST https://{{host}}/appsec/v1/configs/{{configId}}/versions
4. List available hostnames for a new configuration
GET https://{{host}}/appsec/v1/contracts/{{contractId}}/groups/{{groupId}}/selectable-hostnames
GET https://{{host}}/appsec/v1/configs
GET https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/version-notes
PUT https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/version-notes
POST https://{{host}}/appsec/v1/configs
9. Export a configuration version
GET https://{{host}}/appsec/v1/export/configs/{{configId}}/versions/{{versionNumber}}
GET https://{{host}}/appsec/v1/contracts-groups
11. Get configuration version details
GET https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}
12. Remove a configuration version
DELETE https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}
ENDPOINTS