Create Action Version Using POST
Creates a new version for the specified action
ID of the action
Project ID of action (required for non-system actions)
Details of the action version
{
"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)
OK
{
"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)