メインコンテンツへスキップ
POST
/
setting
Setting Post
curl --request POST \
  --url https://api.example.com/setting \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'allow_origin=<string>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

ボディ

application/x-www-form-urlencoded
cors_policy_mode
enum<string>
必須

CORSの許可モード。

利用可能なオプション:
all,
localapps
allow_origin
string

レスポンス

Successful Response

最終更新日 2026年5月27日