Create Action Version
Creates a new version for the specified action
ID of the action
Project ID of action (required for non-system actions)
{
"id": "string",
"name": "string",
"createdMillis": 0,
"orgId": "string",
"description": "string",
"actionId": "string",
"projectId": "string",
"createdBy": "string",
"released": false,
"action": {
"name": "string",
"metadata": {
"metadata": {}
},
"runtime": "string",
"source": "string",
"entrypoint": "string",
"description": "string",
"inputs": {
"inputs": {}
},
"memoryInMB": 0,
"prePolyglotMemoryLimitInMB": 0,
"showMemoryAlert": false,
"timeoutSeconds": 0,
"dependencies": "string",
"compressedContent": "string",
"actionType": "string",
"provider": "string",
"contentId": "string",
"configuration": {
"configuration": {}
},
"system": false,
"shared": false,
"scalable": false,
"asyncDeployed": false,
"runtimeVersion": "string",
"id": "string",
"orgId": "string",
"projectId": "string",
"selfLink": "string"
},
"contentId": "string",
"gitCommitId": "string"
}
id
name
createdMillis
orgId
description
actionId
projectId
createdBy
released
Properties of the action to patch
contentId
gitCommitId
Action version created
"ActionVersion Object"
id
name
createdMillis
orgId
description
actionId
projectId
createdBy
released
Properties of the action to patch
contentId
gitCommitId
Unauthorized to make the request
"ActionVersion Object"
id
name
createdMillis
orgId
description
actionId
projectId
createdBy
released
Properties of the action to patch
contentId
gitCommitId
Forbidden
"ActionVersion Object"
id
name
createdMillis
orgId
description
actionId
projectId
createdBy
released
Properties of the action to patch
contentId
gitCommitId
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/abx/api/resources/actions/{id}/versions