UpdateFormConfig

This method can be used for the following: Update form configuration for a type;

Parameters

The following URL, Headers and Parameters are required for requests to this API endpoint. Where a parameter is optional, it will be indicated. Otherwise treat all parameters as mandatory.

Headers

PUT /api/ss/config/form/:type HTTP/1.1
Host: demo.attackforge.com
X-SSAPI-KEY: APIKey
Content-Type: application/json
Connection: close

Query

type (string)

Update configuration options for a particular type. Must be one of the following: project, project-request, vulnerability, writeup, test-case, project-test-case, project-summary, project-reporting, group, asset-entity, portfolio

Example:

PUT /api/ss/config/form/vulnerability HTTP/1.1

config (array of objects)

Example

The following example is a cURL request to update custom fields configuration for projects.

Request

Include API Token instead of stars in 'X-SSAPI-KEY: ***************************************' parameter.

Response

Response contains a status and a list of custom field configuration objects.

Last updated