Release Action Version Using PUT
Marks an exisiting version of an action as released
ID of the action
Project ID of action (required for non-system actions)
Name of the version to release
{
"version": "string"
}
Name of the version to be released
Action version released
{
"action": {
"actionType": "string",
"compressedContent": "string",
"contentId": "string",
"dependencies": "string",
"description": "string",
"entrypoint": "string",
"id": "string",
"memoryInMB": 0,
"name": "string",
"orgId": "string",
"projectId": "string",
"provider": "string",
"runtime": "string",
"source": "string",
"system": false,
"timeoutSeconds": 0
},
"actionId": "string",
"createdBy": "string",
"createdMillis": 0,
"description": "string",
"gitCommitId": "string",
"id": "string",
"name": "string",
"orgId": "string",
"projectId": "string",
"released": false
}
ID of the action
Name of the version creator
Creation time in millis
Description of the version
Commit ID of the version if pushed to git
ID of the resource
Name of the resource
Org ID of the resource
Project Id of the action (required for non-system actions)
Flag indicating if the version is released (only 1 released version allowed per action)
Action version not found