Currently, once a filename has been specified for an optional input parameter, there is no way to remove it.
Input parameters of type file should be changed so that they can be nulled, allowing the user to remove them by submitting a POST to the API, e.g.
POST /v1/test/{id}/inputs HTTP/1.1
content-type: application/json
{
"epp.serverIssuedClientCertificate01": null
}
Internal ref: NRRST-1530
Currently, once a filename has been specified for an optional input parameter, there is no way to remove it.
Input parameters of type
fileshould be changed so that they can be nulled, allowing the user to remove them by submitting aPOSTto the API, e.g.Internal ref: NRRST-1530