Benutzerdefinierte Aktion aktualisieren

Eine bestimmte benutzerdefinierte Aktion über ihre ID aktualisieren

Authentifizierung

AuthorizationBearer

Bearer-Authentifizierung der Form Bearer <token>, wobei token Ihr Auth-Token ist.

Pfadparameter

action_idstringErforderlich
Custom Action ID

Anfrage

Action to create or update
descriptionstringErforderlich
Description of the custom Action
eventstringErforderlich
Arbitrary event name to include in custom Action webhook payloads
namestringErforderlich
Name of the custom Action
urlstringErforderlich
HTTPS endpoint to deliver Action events to
allow_collaboratorsbooleanOptionalStandardwert ist false
includestringOptional
Any associations to include in the response

Antwort

Action success response
activebooleanOptional
allow_collaboratorsbooleanOptional
creator_idstringOptionalFormat: "uuid"
deleted_atstringOptionalFormat: "date-time"
descriptionstringOptional
eventstringOptional
idstringOptionalFormat: "uuid"
imagestringOptional
inserted_atstringOptionalFormat: "date-time"
namestringOptional
teamobjectOptional
team_idstringOptionalFormat: "uuid"
updated_atstringOptionalFormat: "date-time"
upload_urlstringOptional
urlstringOptional
webhookobjectOptional

Fehler

401
Unauthorized Error
404
Not Found Error