コンテンツにスキップ

カスタムレベルの変更



POST /api/v1/issue-level/{issue_level_uuid}/modify

概要

ルートパラメータ

パラメータ名 必須 説明
issue_level_uuid string Y issue_level_uuid

ボディリクエストパラメータ

パラメータ名 必須 説明
name string カスタムレベル名
例: name
空の値を許可: いいえ
最大長: 256
description string カスタムレベルの説明
例: description
空の値を許可: いいえ
extend json 拡張情報
例: {}
空の値を許可: はい
color string カスタムレベルの色
例: description
空の値を許可: いいえ

パラメータ補足説明

リクエスト例

curl 'https://openapi.guance.com/api/v1/issue-level/<issue_level_uuid>/modify' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{"name": "custom-1","color": "#E94444","description": "Custom Level Description2"}'\
--compressed

レスポンス

{
    "code": 200,
    "content": {
        "color": "#E94444",
        "createAt": 1694593524,
        "creator": "acnt_xxxx32",
        "deleteAt": -1,
        "description": "Custom Level Description2",
        "extend": {},
        "id": 3,
        "name": "custom-1",
        "status": 0,
        "updateAt": 1694593524,
        "updator": "acnt_xxxx32",
        "uuid": "issl_xxxx32",
        "workspaceUUID": "wksp_xxxx32"
    },
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "TRACE-2B1E09C8-2401-4C52-ABF9-093CC9873742"
} 

フィードバック

このページは役に立ちましたか?