사용자 지정 작업 만들기

팀에 속한 사용자 지정 작업 만들기

인증

AuthorizationBearer

Bearer <token> 형식의 Bearer 인증. 여기서 token은 인증 토큰입니다.

경로 매개변수

team_idstring필수형식: "uuid"

요청

Action to create or update
descriptionstring필수
Description of the custom Action
eventstring필수
Arbitrary event name to include in custom Action webhook payloads
namestring필수
Name of the custom Action
urlstring필수
HTTPS endpoint to deliver Action events to
allow_collaboratorsboolean선택 사항기본값 false
includestring선택 사항
Any associations to include in the response

응답

Action success response
activeboolean선택 사항
allow_collaboratorsboolean선택 사항
creator_idstring선택 사항형식: "uuid"
deleted_atstring선택 사항형식: "date-time"
descriptionstring선택 사항
eventstring선택 사항
idstring선택 사항형식: "uuid"
imagestring선택 사항
inserted_atstring선택 사항형식: "date-time"
namestring선택 사항
teamobject선택 사항
team_idstring선택 사항형식: "uuid"
updated_atstring선택 사항형식: "date-time"
upload_urlstring선택 사항
urlstring선택 사항
webhookobject선택 사항

오류

401
Unauthorized Error
404
Not Found Error