PATCH
/
v1
/
instances
/
{instance}
/
databases
/
{database}
/
secrets
/
{secret}
{
  "name": "<string>",
  "value": "<string>",
  "description": "<string>"
}

Path Parameters

instance
string
required

The instance id.

database
string
required

The database id.

secret
string
required

The secret id.

Query Parameters

updateMask
string

The mask of the fields to be updated.

allowMissing
boolean

If true, the secret will be created if it does not exist.

Body

application/json

Response

200
application/json

OK

The response is of type object.