Skip to main content
POST
管理 API 主机 (api.scanova.io) 上将一个功能使用里程碑标志置为 true,使用您的原始管理 API 密钥进行身份验证。
string
必填
要设置的里程碑标志名称,例如 qr_dynamic_created。必须与真实的标志字段匹配。
标志是单向的 —— 将已经为 true 的标志再次设置是无害的空操作。如果 event_type 不匹配任何已识别的标志字段,则返回 400
400

相关内容

授权

Authorization
string
header
必填

Send your Management API key as the raw value of the Authorization header — no "Bearer " or "Token " prefix, and no other characters. Example: Authorization: 401f7ac837da42b97f613d789819ff93537bee6a. A header containing more than one space-separated part is rejected outright. Requests also require the request's Host header to be the management API host (e.g. api.scanova.io) — the same key sent to the regular API host will not authenticate.

响应

200 - application/json

Flag updated.