콘텐츠로 이동

댓글 수정



POST /api/v1/error_track/comment/{comment_uuid}/modify

개요

경로 매개변수

매개변수명 유형 필수 설명
comment_uuid string Y comment UUID
빈 문자열 허용: False

본문 요청 매개변수

매개변수명 유형 필수 설명
comment string Y 댓글 내용
비어 있음 허용: False
extend json 확장 정보
비어 있음 허용: True
attachmentUUIDs array 첨부파일 UUID 목록
비어 있음 허용: True

매개변수 추가 설명

요청 예시

curl 'https://openapi.guance.com/api/v1/error_track/comment/<comment_uuid>/modify' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{"comment":"jon test modify","attachmentUUIDs":[],"extend":{"links":[],"members":[]}}'

응답

{
    "code": 200,
    "content": {
        "attachments": [],
        "comment": "jon test modify",
        "createAt": 1772789206,
        "creator": "acnt_8b4bd2b8782646f3ba8f6554193f5997",
        "deleteAt": -1,
        "errorType": "AbortError",
        "extend": {
            "links": [],
            "members": []
        },
        "id": 178,
        "issueID": "f8ff39d2b020aa185213e2d364badc8c",
        "issueUUID": "isset_95f37a50926845c797ed5ceede14eff2",
        "status": 0,
        "updateAt": 1772789345.6964145,
        "updator": "acnt_8b4bd2b8782646f3ba8f6554193f5997",
        "uuid": "issetcomment_ef672a07207e41b08de3e5ef39215582",
        "workspaceUUID": "wksp_84c4a0044edc4f878ea88e4517659bda"
    },
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "498bdeea7de5384701ddaad085f4e93e"
} 

문서 평가

이 페이지가 도움이 되었나요?