Update an installed action
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
id
Request
This endpoint expects an object.
name
slug
Rename the per-organization slug. Must stay unique in the org.
config
Response
The updated install.
data