Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

/rest/{version}/cwe/{cweId}/setCustomText


Descriptor

Value

HTTP Method

POST

Description

Sets Custom CWE Text for the provided CWE.

Required Permission

Manage Custom CWE Text

Version Introduced2.3.0


Request Header Parameters

Parameter

Value

Required

Description

Accept

String

Yes

A value of ‘application/json’ must be provided.


Request POST Data Parameters

Parameter

Value

Required

Description

customText

String

Yes

The custom text to display in filed defects.


Sample Call:


curl --insecure -H 'Accept: application/json' -H "Authorization: APIKEY {API Key}" -X POST --data "customText=Testing CWE Text" http://localhost:8080/threadfix/rest/latest/cwe/79/setCustomText


Sample Output:


{
    "success": true,
    "message": "",
    "responseCode": -1,
    "object": {
        "customText": " Testing CWE Text ",
        "name": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')",
        "id": 79,
        "CweId": 79
    }
}

The selected root page could not be found.

  • No labels