packageUpdate

Endpoint URL: https://admin.pubnub.com:443/api/faas/v1/packages/{packageId}

Package update.

Path Parameters
packageId uuid REQUIRED
Request Body REQUIRED
name string REQUIRED
description string
tags string[]

Possible values: length ≤ 5, Value must match regular expression [a-z_][a-z_0-9]{0,63}

Responses
200

OK

Schema OPTIONAL
data object OPTIONAL
id string
packageBlueprintId string OPTIONAL
name string

Possible values: length ≤ 255

description string OPTIONAL
apiManaged boolean
tags string[]
revisionsTotal int32

Possible values: 1 ≤ value

packageDeploymentsTotal int32
packageDeploymentsRunning int32
createdDttm string
updatedDttm string OPTIONAL
meta object
correlationId string
timestamp date-time
errors object[]
code string
message string
* required
packageId*
Type: string
* required
name*
Type: string
description
Type: string
tags
Type: array
0-5 items
Array items:
items
Type: string
0-5 charsPattern: [a-z_][a-z_0-9]{0,63...
data
Type: object
meta
Type: object
errors
Type: array
Array items:
items
Type: object