Update 1
Updates an existing action constant
Request
URI
PUT
https://vra-interop-222-139.lvn.broadcom.net/abx/api/resources/action-secrets/{id}
COPY
Path Parameters
string
id
Required
id
Request Body
ActionSecret
of type(s)
application/json
Required
{
"id": "string",
"name": "string",
"createdMillis": 0,
"orgId": "string",
"value": {},
"encrypted": false
}
string
id
Optional
id
string
name
Optional
name
integer As int64
As int64
createdMillis
Optional
createdMillis
string
orgId
Optional
orgId
object
value
Optional
value
boolean
encrypted
Optional
encrypted
Responses
200
Action constant updated successfully
Returns
ActionSecret
of type(s)
*/*
"ActionSecret Object"
string
id
Optional
id
string
name
Optional
name
integer As int64
As int64
createdMillis
Optional
createdMillis
string
orgId
Optional
orgId
object
value
Optional
value
boolean
encrypted
Optional
encrypted
400
Invalid request ot update action constant
Returns
ActionSecret
of type(s)
*/*
"ActionSecret Object"
string
id
Optional
id
string
name
Optional
name
integer As int64
As int64
createdMillis
Optional
createdMillis
string
orgId
Optional
orgId
object
value
Optional
value
boolean
encrypted
Optional
encrypted
401
Unauthorized to make the request
Returns
ActionSecret
of type(s)
*/*
"ActionSecret Object"
string
id
Optional
id
string
name
Optional
name
integer As int64
As int64
createdMillis
Optional
createdMillis
string
orgId
Optional
orgId
object
value
Optional
value
boolean
encrypted
Optional
encrypted
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/abx/api/resources/action-secrets/{id}
On This Page
Action Constants Operations
GET
Get By Id 1
PUT
Update 1
DELETE
Delete 2
GET
Get All 1
POST
Create 1