Update an installed action

View as Markdown

Partial update of an install: name, its per-organization slug, and/or its saved config (sent whole — config replaces, it does not merge). Addressed by id or slug. Authorization: organization administrators only. Returns 400 for a slug that is already taken in this organization.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired

Request

This endpoint expects an object.
namestringOptional1-200 characters
slugstringOptionalformat: "^[a-z0-9]+(-[a-z0-9]+)*$"1-64 characters

Rename the per-organization slug. Must stay unique in the org.

configmap from strings to anyOptional

Response

The updated install.
dataobject