Digest Fanout
毎時の Cloud Scheduler から呼び出されるファンアウト処理。 gateway 非経由(_GATEWAY_EXEMPT_PATHS)のため呼出元 OIDC を必ず検証する。
POST
/tasks/digest-fanoutQuery parameters
now_strstring | anyHeader parameters
authorizationstring | anyResponses
200Successful Response
any422Validation Error
detailValidationError[]Show propertiesHide properties
Array of
ValidationErrorlocstring | integer[]requiredShow propertiesHide properties
Array of
string | integerAny of:
string
stringinteger
integermsgstringrequiredtypestringrequiredRequest
curl -X POST "/tasks/digest-fanout"const response = await fetch("/tasks/digest-fanout", {
method: "POST"
});import requests
response = requests.post(
"/tasks/digest-fanout",
)Response
"string"{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}