Skip to content

Allow optional file uploads to be nullable #256

Description

@gbicann

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions