...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
curl --insecure -H 'Accept: application/json' -X POST --data 'name=Test App&url=http://example.com' http://localhost:8080/threadfix/rest/teams/1/applications/new?apiKey={apiKey} |
...
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
curl --insecure -H 'Accept: application/json' -X POST --data 'name=Test App&url=http://example.com' http://localhost:8080/threadfix/rest/teams/1/applications/new?apiKey={apiKey} |
...