POST/files/{id}.json

Add a new File Version to a File

This call adds a new file version to an existing file.

Please note

The file must have been uploaded already and you must have the pendingFileRef handle, take a look here:

File Uploading .


Path Params

  • Name
    id
    Type
    string
    required
    Description

Body Params

    • Name
      fileversion
      Type
      object

    Responses

    • Code
      201
      Type
      object
      Schema
      Description
      201 Response

    Examples

    201 Response

    application/json
    {
      "id": "10001",
      "STATUS": "OK"
    }