Skip to content
Vessios Docs
English
Esc
navigateopen⌘Jpreview

Digest Run

Pub/Sub push から転送されたメッセージを受信し、ダイジェスト実行を行う。 gateway 非経由(_GATEWAY_EXEMPT_PATHS)のため呼出元 OIDC を必ず検証する。

POST/tasks/digest-run
Header parameters
authorizationstring | any
Request body
requiredapplication/json
messageobject
default: {}
subscriptionstring
default: ""
Responses
200Successful Response
any
422Validation Error
detailValidationError[]
Show properties
Array of ValidationError
locstring | integer[]required
Show properties
Array of string | integer
Any of:
string
string
integer
integer
msgstringrequired
typestringrequired
Request
curl -X POST "/tasks/digest-run" \
  -H "Content-Type: application/json" \
  -d '{
  "message": {},
  "subscription": ""
}'
Response
"string"