Add an app revision using raw CWL

This call creates a new revision for an existing app. It adds a new CWL app description, and stores it as the named revision for the specified app. The revision number must not already exist and should follow the sequence of previously created revisions.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID for the app you are you want to upload. It should reference the project that you want the app to be added to, a short name for the app (containing no non-alphanumeric characters or spaces), and a revision number.

int32
required

The number of the app revision you want to addd.

Query Params
fields
array of strings

Selector specifying a subset of fields to include in the response.

fields
Body Params
json

The body of the request should be a CWL app description, saved as a JSON file. For a template of this description, try making the call to get raw app information about an app already in one of your projects.

Headers
string
required

Your Seven Bridges Platform authentication token.

string

Depending on the type of file you are uploading: * application/json for a JSON file * application/yaml for a YAML file

Language
LoadingLoading…