Release Action Version

Release Action Version

Marks an exisiting version of an action as released

Request
URI
PUT
https://vra-interop-222-139.lvn.broadcom.net/abx/api/resources/actions/{id}/release
COPY
Path Parameters
string
id
Required

ID of the action

Query Parameters
string
projectId
Required

Project ID of action (required for non-system actions)


Request Body
ActionVersionReleaseRequest of type(s) application/json
Required
{
    "version": "string"
}
string
version
Required

version

Authentication
This operation uses the following authentication methods.
Responses
200

Action version released

Returns ActionVersion of type(s) */*
"ActionVersion Object"
string
id
Optional

id

string
name
Optional

name

integer As int64 As int64
createdMillis
Optional

createdMillis

string
orgId
Optional

orgId

string
description
Optional

description

string
actionId
Optional

actionId

string
projectId
Optional

projectId

string
createdBy
Optional

createdBy

boolean
released
Optional

released

object
action
Optional

Properties of the action to patch

string
contentId
Optional

contentId

string
gitCommitId
Optional

gitCommitId


404

Action version not found

Returns ActionVersion of type(s) */*
"ActionVersion Object"
string
id
Optional

id

string
name
Optional

name

integer As int64 As int64
createdMillis
Optional

createdMillis

string
orgId
Optional

orgId

string
description
Optional

description

string
actionId
Optional

actionId

string
projectId
Optional

projectId

string
createdBy
Optional

createdBy

boolean
released
Optional

released

object
action
Optional

Properties of the action to patch

string
contentId
Optional

contentId

string
gitCommitId
Optional

gitCommitId


Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"version:"string"}' https://{api_host}/abx/api/resources/actions/{id}/release