URL をリクエストする

https://api.dotcom-monitor.com/config_api_v1/tags を置く

ヘッダー パラメーター

Content-Type: application/json
PUT 本文の例
{
 "Name": "tag_11",
 "Color": "#ff0000ff"
}

必須ボディ パラメータ

種類 必須/オプション 形容

名前

必須

タグ名。

必須

タグの色。 カラーフォーマット: #aabbccdd

どこ:

aa = 赤
bb = 緑
cc = 青
dd = 不透明度

成功の応答

応答の例
{
    "Success": true,
    "Result": 442
}

種類

形容

結果

int32

タグの一意の ID。