Orchestrator

이벤트 페이로드 예시 (문자열)

컨텐츠는 영어 텍스트를 Phrase Language AI를 이용해 기계 번역한 것입니다.

분기 생성

{
  "branch": {
    "base_project_id": "abcdabcdabcdabcd-11",
    "branch_project_id": null,
    "created_at": "2023-01-03 08:29:51 UTC",
    "created_by": {
      "gravatar_uid": "b6d1c95c02264c7122cc715616687365",
      "id": "6b391b7edfcdc449497a56ec45be4fab",
      "name": "Peter Griffin",
      "username": "user1672734591_6"
    },
    "merged_at": null,
    "merged_by": null,
    "name": "my_branch",
    "state": "initialized",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "event": "branches:create",
  "message": "rick-ross님이 프로젝트 name_1672734591_11 내에 분기 my_branch를 생성했습니다\n",
  "project": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "id": "abcdabcdabcdabcd-11",
    "main_format": "yml",
    "name": "name_1672734591_10",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "name_1672734591_10",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    "name": "Peter Griffin",
    "username": "rick-ross"
  }
}

분기 병합

{
  "branch": {
    "base_project_id": "abcdabcdabcdabcd-11",
    "branch_project_id": null,
    "created_at": "2023-01-03 08:29:51 UTC",
    "created_by": {
      "gravatar_uid": "b6d1c95c02264c7122cc715616687365",
      "id": "6b391b7edfcdc449497a56ec45be4fab",
      "name": "Peter Griffin",
      "username": "user1672734591_6"
    },
    "merged_at": null,
    "merged_by": null,
    "name": "my_branch",
    "state": "initialized",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "event": "branches:merge",
  "message": "rick-ross님이 프로젝트 name_1672734591_11 내의 분기 my_branch를 병합했습니다\n",
  "project": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "id": "abcdabcdabcdabcd-11",
    "main_format": "yml",
    "name": "name_1672734591_10",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "name_1672734591_10",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    "name": "Peter Griffin",
    "username": "rick-ross"
  }
}

주석 생성

{
  "branch": {
    "name": "my_branch"
  },
  "comment": {
    "created_at": "2023-01-03 08:29:49 UTC",
    "id": "74158babbe3e33bef15e4b689f14a585",
    "mentioned_users": [],
    "message": "주석 1",
    "updated_at": "2023-01-03 08:29:49 UTC",
    "user": {
      "gravatar_uid": "1f1a992c26209e156c1f6f6cf51bf386",
      "id": "0a2a97e5e9a370524882d59f9804a233",
      "name": "Peter Griffin",
      "username": "user1672734589_2"
    }
  },
  "event": "comments:create",
  "message": "  rick-ross님이 프로젝트 name_1672734591_11의 분기 my_branch 내 작업 \"Job 1\"에 주석을 달았습니다\n",
  "project": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "id": "abcdabcdabcdabcd-11",
    "main_format": "yml",
    "name": "name_1672734591_10",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "name_1672734591_10",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    "name": "Peter Griffin",
    "username": "rick-ross"
  }
}

작업 완료

{
  "branch": {
    "name": "my_branch"
  },
  "event": "jobs:complete",
  "job": {
    "briefing": "모두 번역해 주세요!",
    "created_at": "2023-01-03 08:29:50 UTC",
    "due_date": "2023-01-04 08:29:50 UTC",
    "id": "abcd-2",
    "name": "Job 2",
    "state": "draft",
    "ticket_url": "",
    "updated_at": "2023-01-03 08:29:50 UTC"
  },
  "message": "rick-ross님이 프로젝트 name_1672734591_11의 분기 my_branch 내 작업 Job 2를 완료로 표시했습니다\n",
  "project": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "id": "abcdabcdabcdabcd-11",
    "main_format": "yml",
    "name": "name_1672734591_10",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "name_1672734591_10",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    "name": "Peter Griffin",
    "username": "rick-ross"
  }
}

작업 생성

{
  "branch": {
    "name": "my_branch"
  },
  "event": "jobs:create",
  "job": {
    "briefing": "모두 번역해 주세요!",
    "created_at": "2023-01-03 08:29:50 UTC",
    "due_date": "2023-01-04 08:29:50 UTC",
    "id": "abcd-2",
    "name": "Job 2",
    "state": "draft",
    "ticket_url": "",
    "updated_at": "2023-01-03 08:29:50 UTC"
  },
  "message": "rick-ross님이 프로젝트 name_1672734591_11의 분기 my_branch 내에 작업 Job 2를 생성했습니다\n",
  "project": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "id": "abcdabcdabcdabcd-11",
    "main_format": "yml",
    "name": "name_1672734591_10",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "name_1672734591_10",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    "name": "Peter Griffin",
    "username": "rick-ross"
  }
}

작업 로캘 완료

{
  "branch": {
    "name": "my_branch"
  },
  "event": "jobs:locale:complete",
  "job": {
    "briefing": "모두 번역해 주세요!",
    "created_at": "2023-01-03 08:29:50 UTC",
    "due_date": "2023-01-04 08:29:50 UTC",
    "id": "abcd-3",
    "name": "Job 3",
    "state": "draft",
    "ticket_url": "",
    "updated_at": "2023-01-03 08:29:50 UTC"
  },
  "locale": {
    "code": "de-DE",
    "created_at": "2023-01-03 08:29:50 UTC",
    "default": false,
    "fallback_locale": null,
    "id": "529fa169b27c61eb430762aba2316c96",
    "main": false,
    "name": "en-3",
    "plural_forms": [
      "zero",
      "one",
      "other"
    ],
    "rtl": false,
    "source_locale": null,
    "updated_at": "2023-01-03 08:29:50 UTC"
  },
  "message": "rick-ross님이 프로젝트 name_1672734591_11의 분기 my_branch 내 작업 Job 3의 로캘 en-3을(를) 완료됨으로 표시했습니다\n",
  "project": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "id": "abcdabcdabcdabcd-11",
    "main_format": "yml",
    "name": "name_1672734591_10",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "name_1672734591_10",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    "name": "Peter Griffin",
    "username": "rick-ross"
  }
}

작업 로캘 다시 열림

{
  "branch": {
    "name": "my_branch"
  },
  "event": "jobs:locale:reopened",
  "job": {
    "briefing": "모두 번역해 주세요!",
    "created_at": "2023-01-03 08:29:50 UTC",
    "due_date": "2023-01-04 08:29:50 UTC",
    "id": "abcd-3",
    "name": "Job 3",
    "state": "draft",
    "ticket_url": "",
    "updated_at": "2023-01-03 08:29:50 UTC"
  },
  "locale": {
    "code": "de-DE",
    "created_at": "2023-01-03 08:29:50 UTC",
    "default": false,
    "fallback_locale": null,
    "id": "529fa169b27c61eb430762aba2316c96",
    "main": false,
    "name": "en-3",
    "plural_forms": [
      "zero",
      "one",
      "other"
    ],
    "rtl": false,
    "source_locale": null,
    "updated_at": "2023-01-03 08:29:50 UTC"
  },
  "message": "rick-ross님이 프로젝트 name_1672734591_11의 분기 my_branch 내 작업 Job 3의 로캘 en-3을(를) 다시 열었습니다\n"}}}-end-of-file-
  "project": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "id": "abcdabcdabcdabcd-11",
    "main_format": "yml",
    "name": "name_1672734591_10",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "name_1672734591_10",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    "name": "Peter Griffin",
    "username": "rick-ross"
  }
}

작업 다시 열림

{
  "branch": {
    "name": "my_branch"
  },
  "event": "jobs:reopened",
  "job": {
    "briefing": "모두 번역해 주세요!",
    "created_at": "2023-01-03 08:29:50 UTC",
    "due_date": "2023-01-04 08:29:50 UTC",
    "id": "abcd-2",
    "name": "Job 2",
    "state": "draft",
    "ticket_url": "",
    "updated_at": "2023-01-03 08:29:50 UTC"
  },
  "message": "rick-ross님이 프로젝트 name_1672734591_11의 분기 my_branch 내 작업 Job 2를 다시 열었습니다\n",
  "project": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "id": "abcdabcdabcdabcd-11",
    "main_format": "yml",
    "name": "name_1672734591_10",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "name_1672734591_10",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    "name": "Peter Griffin",
    "username": "rick-ross"
  }
}

작업 시작

{
  "branch": {
    "name": "my_branch"
  },
  "event": "jobs:start",
  "job": {
    "briefing": "모두 번역해 주세요!",
    "created_at": "2023-01-03 08:29:50 UTC",
    "due_date": "2023-01-04 08:29:50 UTC",
    "id": "abcd-2",
    "name": "Job 2",
    "state": "draft",
    "ticket_url": "",
    "updated_at": "2023-01-03 08:29:50 UTC"
  },
  "message": "rick-ross님이 프로젝트 name_1672734591_11의 분기 my_branch 내 작업 Job 2를 시작했습니다\n",
  "project": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "id": "abcdabcdabcdabcd-11",
    "main_format": "yml",
    "name": "name_1672734591_10",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "name_1672734591_10",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    "name": "Peter Griffin",
    "username": "rick-ross"
  }
}

작업 업데이트

{
  "branch": {
    "name": "my_branch"
  },
  "event": "jobs:update",
  "job": {
    "briefing": "모두 번역해 주세요!",
    "created_at": "2023-01-03 08:29:50 UTC",
    "due_date": "2023-01-04 08:29:50 UTC",
    "id": "abcd-2",
    "name": "Job 2",
    "state": "draft",
    "ticket_url": "",
    "updated_at": "2023-01-03 08:29:50 UTC"
  },
  "message": "rick-ross님이 프로젝트 name_1672734591_11의 분기 my_branch 내 작업 Job 2를 업데이트했습니다\n",
  "project": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "id": "abcdabcdabcdabcd-11",
    "main_format": "yml",
    "name": "name_1672734591_10",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "name_1672734591_10",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    "name": "Peter Griffin",
    "username": "rick-ross"
  }
}

키 일괄 삭제

{
  "branch": {
    "name": "my_branch"
  },
  "event": "keys:batch_delete",
  "message": "rick-ross님이 프로젝트 name_1672734591_11의 분기 my_branch 내 키를 삭제했습니다\n",
  "project": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "id": "abcdabcdabcdabcd-11",
    "main_format": "yml",
    "name": "name_1672734591_10",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "name_1672734591_10",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    "name": "Peter Griffin",
    "username": "rick-ross"
  }
}

키 생성

{
  "branch": {
    "name": "my_branch"
  },
  "event": "keys:create",
  "key": {
    "created_at": "2023-01-03 08:29:48 UTC",
    "description": null,
    "id": "50dd5b1f9a03054614190d41148b1c7d",
    "max_characters_allowed": 0,
    "name": "index.key1",
    "name_hash": "500644bd75d103ea94ea2cb5d962a0d4",
    "plural": false,
    "tags": [],
    "updated_at": "2023-01-03 08:29:48 UTC"
  },
  "message": "rick-ross님이 프로젝트 name_1672734591_11의 분기 my_branch 내에 키 index.key1을(를) 생성했습니다\n"
  "project": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "id": "abcdabcdabcdabcd-11",
    "main_format": "yml",
    "name": "name_1672734591_10",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "name_1672734591_10",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    "name": "Peter Griffin",
    "username": "rick-ross"
  }
}

키 삭제

{
  "branch": {
    "name": "my_branch"
  },
  "event": "keys:delete",
  "key": {
    "created_at": "2023-01-03 08:29:48 UTC",
    "description": null,
    "id": "50dd5b1f9a03054614190d41148b1c7d",
    "max_characters_allowed": 0,
    "name": "index.key1",
    "name_hash": "500644bd75d103ea94ea2cb5d962a0d4",
    "plural": false,
    "tags": [],
    "updated_at": "2023-01-03 08:29:48 UTC"
  },
  "message": "rick-ross님이 프로젝트 name_1672734591_11의 분기 my_branch 내에서 키 index.key1을(를) 삭제했습니다.\n"
  "project": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "id": "abcdabcdabcdabcd-11",
    "main_format": "yml",
    "name": "name_1672734591_10",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "name_1672734591_10",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    "name": "Peter Griffin",
    "username": "rick-ross"
  }
}

키 업데이트

{
  "branch": {
    "name": "my_branch"
  },
  "event": "keys:업데이트",
  "key": {
    "created_at": "2023-01-03 08:29:48 UTC",
    "description": null,
    "id": "50dd5b1f9a03054614190d41148b1c7d",
    "max_characters_allowed": 0,
    "name": "index.key1",
    "name_hash": "500644bd75d103ea94ea2cb5d962a0d4",
    "plural": false,
    "tags": [],
    "updated_at": "2023-01-03 08:29:48 UTC"
  },
  "message": "rick-ross님이 프로젝트 name_1672734591_11의 분기 my_branch 내에서 키 index.key1을(를) 업데이트했습니다.\n"
  "project": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "id": "abcdabcdabcdabcd-11",
    "main_format": "yml",
    "name": "name_1672734591_10",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "name_1672734591_10",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    "name": "Peter Griffin",
    "username": "rick-ross"
  }
}

로캘 생성

{
  "branch": {
    "name": "my_branch"
  },
  "event": "locales:create",
  "locale": {
    "code": "de-DE",
    "created_at": "2023-01-03 08:29:48 UTC",
    "default": false,
    "fallback_locale": null,
    "id": "dd5fa5758ef33129e71ae380ad297ec4",
    "main": false,
    "name": "en-1",
    "plural_forms": [
      "zero",
      "one",
      "other"
    ],
    "rtl": false,
    "source_locale": null,
    "updated_at": "2023-01-03 08:29:48 UTC"
  },
  "message": "rick-ross님이 프로젝트 name_1672734591_11의 분기 my_branch 내에 로캘 en-1을(를) 생성했습니다\n",
  "project": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "id": "abcdabcdabcdabcd-11",
    "main_format": "yml",
    "name": "name_1672734591_10",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "name_1672734591_10",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    "name": "Peter Griffin",
    "username": "rick-ross"
  }
}

로캘 삭제

{
  "branch": {
    "name": "my_branch"
  },
  "event": "locales:delete",
  "locale": {
    "code": "de-DE",
    "created_at": "2023-01-03 08:29:48 UTC",
    "default": false,
    "fallback_locale": null,
    "id": "dd5fa5758ef33129e71ae380ad297ec4",
    "main": false,
    "name": "en-1",
    "plural_forms": [
      "zero",
      "one",
      "other"
    ],
    "rtl": false,
    "source_locale": null,
    "updated_at": "2023-01-03 08:29:48 UTC"
  },
  "message": "rick-ross님이 프로젝트 name_1672734591_11의 분기 my_branch 내에서 로캘 en-1을(를) 삭제했습니다\n",
  "project": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "id": "abcdabcdabcdabcd-11",
    "main_format": "yml",
    "name": "name_1672734591_10",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "name_1672734591_10",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    "name": "Peter Griffin",
    "username": "rick-ross"
  }
}

로캘 업데이트

{
  "branch": {
    "name": "my_branch"
  },
  "event": "locales:update",
  "locale": {
    "code": "de-DE",
    "created_at": "2023-01-03 08:29:48 UTC",
    "default": false,
    "fallback_locale": null,
    "id": "dd5fa5758ef33129e71ae380ad297ec4",
    "main": false,
    "name": "en-1",
    "plural_forms": [
      "zero",
      "one",
      "other"
    ],
    "rtl": false,
    "source_locale": null,
    "updated_at": "2023-01-03 08:29:48 UTC"
  },
  "message": "rick-ross님이 프로젝트 name_1672734591_11의 분기 my_branch 내에서 로캘 en-1을(를) 업데이트했습니다\n",
  "project": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "id": "abcdabcdabcdabcd-11",
    "main_format": "yml",
    "name": "name_1672734591_10",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "name_1672734591_10",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    "name": "Peter Griffin",
    "username": "rick-ross"
  }
}

프로젝트 업데이트

{
  "branch": {
    "name": "my_branch"
  },
  "event": "project:update",
  "message": "rick-ross님이 프로젝트 testproject을(를) 업데이트했습니다\n",
  "project": {
    "account": {
      "company": "Pawtucket Brewery",
      "company_logo_url": null,
      "created_at": "2023-01-03 08:29:48 UTC",
      "id": "abcdef1",
      "name": "Family Guy",
      "slug": "family-guy",
      "updated_at": "2023-01-03 08:29:48 UTC"
    },
    "created_at": "2023-01-03 08:29:48 UTC",
    "id": "abcdabcdabcdabcd-1",
    "main_format": "yml",
    "name": "testproject",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "testproject",
    "space": null,
    "updated_at": "2023-01-03 08:29:48 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    "name": "Peter Griffin",
    "username": "rick-ross"
  }
}

스크린샷 생성

{
  "branch": {
    "name": "my_branch"
  },
  "event": "screenshots:create",
  "message": "rick-ross가 프로젝트 name_1672734591_11의 분기 my_branch 내에 스크린샷 screenshot_1을 생성했습니다\n",translation_4:
  "project": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "id": "abcdabcdabcdabcd-11",
    "main_format": "yml",
    "name": "name_1672734591_10",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "name_1672734591_10",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "screenshot": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "description": "screenshot_1",
    "id": "screenshot_1",
    "markers_count": 0,
    "name": "screenshot_1",
    "screenshot_url": "http://www.example.com/uploads/screenshots/screenshot_1/screenshot-5c7d34d88bd318c4.jpg",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    "name": "Peter Griffin",
    "username": "rick-ross"
  }
}

스크린샷 삭제

{
  "branch": {
    "name": "my_branch"
  },
  "event": "screenshots:delete",
  "message": "rick-ross가 프로젝트 name_1672734591_11의 분기 my_branch 내의 스크린샷을 삭제했습니다\n",translation_7:
  "project": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "id": "abcdabcdabcdabcd-11",
    "main_format": "yml",
    "name": "name_1672734591_10",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "name_1672734591_10",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "screenshot": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "description": "screenshot_1",
    "id": "screenshot_1",
    "markers_count": 0,
    "name": "screenshot_1",
    "screenshot_url": "http://www.example.com/uploads/screenshots/screenshot_1/screenshot-5c7d34d88bd318c4.jpg",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    "name": "Peter Griffin",
    "username": "rick-ross"
  }
}

스크린샷 업데이트

{
  "branch": {
    "name": "my_branch"
  },
  "event": "screenshots:update",
  "message": "rick-ross가 프로젝트 name_1672734591_11의 분기 my_branch 내의 스크린샷 screenshot_1을 업데이트했습니다\n",translation_9:
  "project": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "id": "abcdabcdabcdabcd-11",
    "main_format": "yml",
    "name": "name_1672734591_10",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "name_1672734591_10",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "screenshot": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "description": "screenshot_1",
    "id": "screenshot_1",
    "markers_count": 0,
    "name": "screenshot_1",
    "screenshot_url": "http://www.example.com/uploads/screenshots/screenshot_1/screenshot-5c7d34d88bd318c4.jpg",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    "name": "Peter Griffin",
    "username": "rick-ross"
  }
}

번역 일괄 삭제

{
  "event": "translations:batch_delete",
  "message": "10개의 번역이 프로젝트 Translation Project의 분기 new-feature-1에서 삭제되었습니다\n",
  "deleted_translations_count": 10,
  "user": {
    "id": "24b9a53ad72e198ca332fba91bb95f57",
    "username": "john.smith",
    "name": "John Smith",
    "gravatar_uid": "1bc5edb4799fd8eec67c66122f47eb73"
  },
  "project": {
    "id": "b2abd3bd2c23ff0ac546e0a2d9aa0be1",
    "name": "Translation Project",
    "slug": "translation-project",
    "main_format": "yml",
    "project_image_url": null,
    "created_at": "2025-02-07 16:18:13 UTC",
    "updated_at": "2025-02-07 16:18:13 UTC",
    "point_of_contact": null
  },
  "branch": {
    "name": "new-feature-1"
  }
}

번역 일괄 검토

{
  "event": "translations:batch_review",
  "message": "1개의 번역이 프로젝트 Translation Project의 분기 new-feature-1에서 검토됨\n",
  "user": {
    "id": "24b9a53ad72e198ca332fba91bb95f57",
    "username": "john.smith",
    "name": "John Smith",
    "email": "john.smith@example.com",
    "gravatar_uid": "1bc5edb4799fd8eec67c66122f47eb73"
  },
  "project": {
    "id": "b2abd3bd2c23ff0ac546e0a2d9aa0be1",
    "name": "Translation Project",
    "slug": "translation-project",
    "main_format": "yml",
    "project_image_url": null,
    "created_at": "2025-02-07 16:18:13 UTC",
    "updated_at": "2025-02-07 16:18:13 UTC",
    "point_of_contact": null
  },
  "branch": {
    "name": "new-feature-1"
  },
  "translations": [
    {
      "id": "89252e4570e73c051fce446c8c55670d",
      "content": "Header title",
      "unverified": false,
      "excluded": false,
      "plural_suffix": "",
      "created_at": "2025-02-07T16:18:13Z",
      "updated_at": "2025-02-07T16:18:13Z",
      "placeholders": [],
      "state": "translated",
      "key": {
        "id": "fe5b97045d80f91dd950b695d5ebe607",
        "name": "application.modal.header",
        "plural": false,
        "data_type": "string",
        "tags": [
          "web"
        ]
      },
      "locale": {
        "id": "7d8614f35033cebada71d4471fd87518",
        "name": "en",
        "code": "en"
      }
    }
  ]
}

번역 일괄 확인

{
  "event": "translations:batch_verify",
  "message": "1개의 번역이 프로젝트 Translation Project의 분기 new-feature-1에서 확인됨\n",
  "user": {
    "id": "24b9a53ad72e198ca332fba91bb95f57",
    "username": "john.smith",
    "name": "John Smith",
    "email": "john.smith@example.com",
    "gravatar_uid": "1bc5edb4799fd8eec67c66122f47eb73"
  },
  "project": {
    "id": "b2abd3bd2c23ff0ac546e0a2d9aa0be1",
    "name": "Translation Project",
    "slug": "translation-project",
    "main_format": "yml",
    "project_image_url": null,
    "created_at": "2025-02-07 16:18:13 UTC",
    "updated_at": "2025-02-07 16:18:13 UTC",
    "point_of_contact": null
  },
  "branch": {
    "name": "new-feature-1"
  },
  "translations": [
    {
      "id": "89252e4570e73c051fce446c8c55670d",
      "content": "Header title",
      "unverified": false,
      "excluded": false,
      "plural_suffix": "",
      "created_at": "2025-02-07T16:18:13Z",
      "updated_at": "2025-02-07T16:18:13Z",
      "placeholders": [],
      "state": "translated",
      "key": {
        "id": "fe5b97045d80f91dd950b695d5ebe607",
        "name": "application.modal.header",
        "plural": false,
        "data_type": "string",
        "tags": [
          "web"
        ]
      },
      "locale": {
        "id": "7d8614f35033cebada71d4471fd87518",
        "name": "en",
        "code": "en"
      }
    }
  ]
}

번역 일괄 확인되지 않음

{
  "event": "translations:batch_unverify",
  "message": "1개의 번역이 프로젝트 Translation Project의 분기 new-feature-1에서 확인되지 않음\n",translation_2:
  "user": {
    "id": "24b9a53ad72e198ca332fba91bb95f57",
    "username": "john.smith",
    "name": "John Smith",
    "email": "john.smith@example.com",
    "gravatar_uid": "1bc5edb4799fd8eec67c66122f47eb73"
  },
  "project": {
    "id": "b2abd3bd2c23ff0ac546e0a2d9aa0be1",
    "name": "Translation Project",
    "slug": "translation-project",
    "main_format": "yml",
    "project_image_url": null,
    "created_at": "2025-02-07 16:18:13 UTC",
    "updated_at": "2025-02-07 16:18:13 UTC",
    "point_of_contact": null
  },
  "branch": {
    "name": "new-feature-1"
  },
  "translations": [
    {
      "id": "89252e4570e73c051fce446c8c55670d",
      "content": "Header title",
      "unverified": false,
      "excluded": false,
      "plural_suffix": "",
      "created_at": "2025-02-07T16:18:13Z",
      "updated_at": "2025-02-07T16:18:13Z",
      "placeholders": [],
      "state": "translated",
      "key": {
        "id": "fe5b97045d80f91dd950b695d5ebe607",
        "name": "application.modal.header",
        "plural": false,
        "data_type": "string",
        "tags": [
          "web"
        ]
      },
      "locale": {
        "id": "7d8614f35033cebada71d4471fd87518",
        "name": "en",
        "code": "en"
      }
    }
  ]
}

번역 일괄 검토 취소

{
  "event": "translations:batch_unreview",
  "message": "프로젝트 Translation Project의 분기 new-feature-1 내에 검토되지 않은 1개의 번역이 있습니다",
  "user": {
    "id": "24b9a53ad72e198ca332fba91bb95f57",
    "username": "john.smith",
    "name": "John Smith",
    "email": "john.smith@example.com",
    "gravatar_uid": "1bc5edb4799fd8eec67c66122f47eb73"
  },
  "project": {
    "id": "b2abd3bd2c23ff0ac546e0a2d9aa0be1",
    "name": "Translation Project",
    "slug": "translation-project",
    "main_format": "yml",
    "project_image_url": null,
    "created_at": "2025-02-07 16:18:13 UTC",
    "updated_at": "2025-02-07 16:18:13 UTC",
    "point_of_contact": null
  },
  "branch": {
    "name": "new-feature-1"
  },
  "translations": [
    {
      "id": "89252e4570e73c051fce446c8c55670d",
      "content": "Header title",
      "unverified": false,
      "excluded": false,
      "plural_suffix": "",
      "created_at": "2025-02-07T16:18:13Z",
      "updated_at": "2025-02-07T16:18:13Z",
      "placeholders": [],
      "state": "translated",
      "key": {
        "id": "fe5b97045d80f91dd950b695d5ebe607",
        "name": "application.modal.header",
        "plural": false,
        "data_type": "string",
        "tags": [
          "web"
        ]
      },
      "locale": {
        "id": "7d8614f35033cebada71d4471fd87518",
        "name": "en",
        "code": "en"
      }
    }
  ]
}

번역 생성

{
  "branch": {
    "name": "my_branch"
  },
  "event": "translations:create",
  \"message\": \"rick-ross님이 프로젝트 name_1672734591_11의 분기 my_branch 내 로캘 en-2에 있는 키 index.key2의 번역을 생성했습니다\\n\",
  "project": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "id": "abcdabcdabcdabcd-11",
    "main_format": "yml",
    "name": "name_1672734591_10",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "name_1672734591_10",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "translation": {
    \"content\": \"내 번역\",
    "created_at": "2023-01-03 08:29:49 UTC",
    "excluded": false,
    "id": "08b7f89628bfd2de87c740c720b38d8e",
    "key": {
      "data_type": "string",
      "description": null,
      "id": "66584e5236c2290dcfb6f98ef06f1f7a",
      "name": "index.key2",
      "plural": false,
      "tags": []
    },
    "locale": {
      "code": "de-DE",
      "id": "65611593fe0f4fdc350814e4c5ad253f",
      "name": "en-2"
    },
    "placeholders": [],
    "plural_suffix": "",
    "state": "translated",
    "unverified": false,
    "updated_at": "2023-01-03 08:29:49 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    \"name\": \"Peter Griffin\",
    "username": "rick-ross"
  }
}

번역 삭제

{
  "branch": {
    "name": "my_branch"
  },
  "event": "translations:delete",
  \"message\": \"프로젝트 name_1672734591_11의 분기 my_branch 내 로캘 en-2에 있는 키 \\\"index.key2\\\"의 번역이 삭제되었습니다\\n\",
  "project": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "id": "abcdabcdabcdabcd-11",
    "main_format": "yml",
    "name": "name_1672734591_10",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "name_1672734591_10",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "translation": {
    \"content\": \"내 번역\",
    "created_at": "2023-01-03 08:29:49 UTC",
    "excluded": false,
    "id": "08b7f89628bfd2de87c740c720b38d8e",
    "key": {
      "data_type": "string",
      "description": null,
      "id": "66584e5236c2290dcfb6f98ef06f1f7a",
      "name": "index.key2",
      "plural": false,
      "tags": []
    },
    "locale": {
      "code": "de-DE",
      "id": "65611593fe0f4fdc350814e4c5ad253f",
      "name": "en-2"
    },
    "placeholders": [],
    "plural_suffix": "",
    "state": "translated",
    "unverified": false,
    "updated_at": "2023-01-03 08:29:49 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    \"name\": \"Peter Griffin\",
    "username": "rick-ross"
  }
}

번역 납품

{
  "branch": {
    "name": "my_branch"
  },
  "event": "translations:deliver",
  \"message\": \"프로젝트 name_1672734591_11의 분기 my_branch 내 로캘 en-2에 있는 키 \\\"index.key2\\\"의 번역이 납품되었습니다\\n\",
  "project": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "id": "abcdabcdabcdabcd-11",
    "main_format": "yml",
    "name": "name_1672734591_10",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "name_1672734591_10",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "translation": {
    \"content\": \"내 번역\",
    "created_at": "2023-01-03 08:29:49 UTC",
    "excluded": false,
    "id": "08b7f89628bfd2de87c740c720b38d8e",
    "key": {
      "data_type": "string",
      "description": null,
      "id": "66584e5236c2290dcfb6f98ef06f1f7a",
      "name": "index.key2",
      "plural": false,
      "tags": []
    },
    "locale": {
      "code": "de-DE",
      "id": "65611593fe0f4fdc350814e4c5ad253f",
      "name": "en-2"
    },
    "placeholders": [],
    "plural_suffix": "",
    "state": "translated",
    "unverified": false,
    "updated_at": "2023-01-03 08:29:49 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    \"name\": \"Peter Griffin\",
    "username": "rick-ross"
  }
}

번역 검토

{
  "branch": {
    "name": "my_branch"
  },
  "event": "translations:review",
  \"message\": \"rick-ross님이 프로젝트 name_1672734591_11의 분기 my_branch 내 로캘 en-2에 있는 키 index.key2의 번역을 검토했습니다\\n\",
  "project": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "id": "abcdabcdabcdabcd-11",
    "main_format": "yml",
    "name": "name_1672734591_10",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "name_1672734591_10",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "translation": {
    \"content\": \"내 번역\",
    "created_at": "2023-01-03 08:29:49 UTC",
    "excluded": false,
    "id": "08b7f89628bfd2de87c740c720b38d8e",
    "key": {
      "data_type": "string",
      "description": null,
      "id": "66584e5236c2290dcfb6f98ef06f1f7a",
      "name": "index.key2",
      "plural": false,
      "tags": []
    },
    "locale": {
      "code": "de-DE",
      "id": "65611593fe0f4fdc350814e4c5ad253f",
      "name": "en-2"
    },
    "placeholders": [],
    "plural_suffix": "",
    "state": "translated",
    "unverified": false,
    "updated_at": "2023-01-03 08:29:49 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    \"name\": \"Peter Griffin\",
    "username": "rick-ross"
  }
}

번역 확인되지 않음

{
  "event": "translations:unverify",
  \"message\": \"john.smith님이 프로젝트 Translation Project의 분기 new-feature-1 내 로캘 en에 있는 키 application.modal.header의 번역을 확인되지 않음으로 표시했습니다\",
  "user": {
    "id": "24b9a53ad72e198ca332fba91bb95f57",
    "username": "john.smith",
    "name": "John Smith",
    "gravatar_uid": "1bc5edb4799fd8eec67c66122f47eb73"
  },
  "project": {
    "id": "b2abd3bd2c23ff0ac546e0a2d9aa0be1",
    \"name\": \"Translation Project\",
    "slug": "translation-project",
    "main_format": "yml",
    "project_image_url": null,
    "created_at": "2025-02-07 16:18:13 UTC",
    "updated_at": "2025-02-07 16:18:13 UTC",
    "point_of_contact": null
  },
  "branch": {
    "name": "new-feature-1"
  },
  "translation": {
    "id": "89252e4570e73c051fce446c8c55670d",
    \"content\": \"헤더 제목\",
    "unverified": false,
    "excluded": false,
    "plural_suffix": "",
    "created_at": "2025-02-07 16:18:13 UTC",
    "updated_at": "2025-02-07 16:18:13 UTC",
    "placeholders": [],
    "state": "translated",
    "key": {
      "id": "fe5b97045d80f91dd950b695d5ebe607",
      "name": "application.modal.header",
      "plural": false,
      "data_type": "string",
      "tags": [
        "web"
      ],
      \"description\": \"모달 헤더 제목\"
    },
    "locale": {
      "id": "7d8614f35033cebada71d4471fd87518",
      "name": "en",
      "code": "en"
    }
  }
}

번역 검토 취소

{
  \"event\": \"translations:unreview\",
  \"message\": \"john.smith님이 프로젝트 Translation Project의 분기 new-feature-1 내 로캘 en에 있는 키 application.modal.header의 번역을 검토 취소했습니다\",
  "user": {
    "id": "24b9a53ad72e198ca332fba91bb95f57",
    "username": "john.smith",
    "name": "John Smith",
    "gravatar_uid": "1bc5edb4799fd8eec67c66122f47eb73"
  },
  "project": {
    "id": "b2abd3bd2c23ff0ac546e0a2d9aa0be1",
    \"name\": \"Translation Project\",
    "slug": "translation-project",
    "main_format": "yml",
    "project_image_url": null,
    "created_at": "2025-02-07 16:18:13 UTC",
    "updated_at": "2025-02-07 16:18:13 UTC",
    "point_of_contact": null
  },
  "branch": {
    "name": "new-feature-1"
  },
  "translation": {
    "id": "89252e4570e73c051fce446c8c55670d",
    \"content\": \"헤더 제목\",
    "unverified": false,
    "excluded": false,
    "plural_suffix": "",
    "created_at": "2025-02-07 16:18:13 UTC",
    "updated_at": "2025-02-07 16:18:13 UTC",
    "placeholders": [],
    "state": "translated",
    "key": {
      "id": "fe5b97045d80f91dd950b695d5ebe607",
      "name": "application.modal.header",
      "plural": false,
      "data_type": "string",
      "tags": [
        "web"
      ],
      \"description\": \"모달 헤더 제목\"
    },
    "locale": {
      "id": "7d8614f35033cebada71d4471fd87518",
      "name": "en",
      "code": "en"
    }
  }
}

번역 업데이트

{
  "branch": {
    "name": "my_branch"
  },
  "event": "translations:update",
  "message": "rick-ross님이 프로젝트 name_1672734591_11의 분기 my_branch 내 로캘 en-2의 키 index.key2에 대한 번역을 업데이트했습니다.\n",translation_2:
  "project": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "id": "abcdabcdabcdabcd-11",
    "main_format": "yml",
    "name": "name_1672734591_10",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "name_1672734591_10",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "translation": {
    \"content\": \"내 번역\",
    "created_at": "2023-01-03 08:29:49 UTC",
    "excluded": false,
    "id": "08b7f89628bfd2de87c740c720b38d8e",
    "key": {
      "data_type": "string",
      "description": null,
      "id": "66584e5236c2290dcfb6f98ef06f1f7a",
      "name": "index.key2",
      "plural": false,
      "tags": []
    },
    "locale": {
      "code": "de-DE",
      "id": "65611593fe0f4fdc350814e4c5ad253f",
      "name": "en-2"
    },
    "placeholders": [],
    "plural_suffix": "",
    "state": "translated",
    "unverified": false,
    "updated_at": "2023-01-03 08:29:49 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    \"name\": \"Peter Griffin\",
    "username": "rick-ross"
  }
}

번역 확인

{
  "event": "translations:verify",
  "message": "john.smith님이 프로젝트 Translation Project의 분기 new-feature-1 내 로캘 en의 키 application.modal.header에 대한 번역을 확인했습니다.",translation_4:
  "user": {
    "id": "24b9a53ad72e198ca332fba91bb95f57",
    "username": "john.smith",
    "name": "John Smith",
    "gravatar_uid": "1bc5edb4799fd8eec67c66122f47eb73"
  },
  "project": {
    "id": "b2abd3bd2c23ff0ac546e0a2d9aa0be1",
    \"name\": \"Translation Project\",
    "slug": "translation-project",
    "main_format": "yml",
    "project_image_url": null,
    "created_at": "2025-02-07 16:18:13 UTC",
    "updated_at": "2025-02-07 16:18:13 UTC",
    "point_of_contact": null
  },
  "branch": {
    "name": "new-feature-1"
  },
  "translation": {
    "id": "89252e4570e73c051fce446c8c55670d",
    \"content\": \"헤더 제목\",
    "unverified": false,
    "excluded": false,
    "plural_suffix": "",
    "created_at": "2025-02-07 16:18:13 UTC",
    "updated_at": "2025-02-07 16:18:13 UTC",
    "placeholders": [],
    "state": "translated",
    "key": {
      "id": "fe5b97045d80f91dd950b695d5ebe607",
      "name": "application.modal.header",
      "plural": false,
      "data_type": "string",
      "tags": [
        "web"
      ],
      \"description\": \"모달 헤더 제목\"
    },
    "locale": {
      "id": "7d8614f35033cebada71d4471fd87518",
      "name": "en",
      "code": "en"
    }
  }
}

업로드 생성

{
  "branch": {
    "name": "my_branch"
  },
  "event": "uploads:create",
  "message": "rick-ross님이 프로젝트 name_1672734591_11의 분기 my_branch 내 파일 file.yml을 업로드했습니다.\n",translation_6:
  "project": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "id": "abcdabcdabcdabcd-11",
    "main_format": "yml",
    "name": "name_1672734591_10",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "name_1672734591_10",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "upload": {
    "created_at": "2023-01-03 08:29:48 UTC",
    "filename": "file.yml",
    "format": "yml",
    "id": "upload-1",
    "state": "initialized",
    "summary": {},
    "tag": null,
    "updated_at": "2023-01-03 08:29:48 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    \"name\": \"Peter Griffin\",
    "username": "rick-ross"
  }
}

,translation_8:

{
  "branch": {
    "name": "my_branch"
  },
  "event": "uploads:processing",
  "message": "rick-ross님이 프로젝트 name_1672734591_11의 분기 my_branch 내 파일 file.yml의 파일 업로드를 초기화했습니다.\n",translation_3:
  "project": {
    "created_at": "2023-01-03 08:29:51 UTC",
    "id": "abcdabcdabcdabcd-11",
    "main_format": "yml",
    "name": "name_1672734591_10",
    "point_of_contact": null,
    "project_image_url": null,
    "slug": "name_1672734591_10",
    "updated_at": "2023-01-03 08:29:51 UTC"
  },
  "upload": {
    "created_at": "2023-01-03 08:29:48 UTC",
    "filename": "file.yml",
    "format": "yml",
    "id": "upload-1",
    "state": "initialized",
    "summary": {},
    "tag": null,
    "updated_at": "2023-01-03 08:29:48 UTC"
  },
  "user": {
    "gravatar_uid": "29a2d1baa67d4ea524cf0f247f7bbb94",
    "id": "9c365b9a6f77c247c3de959f6152b231",
    \"name\": \"Peter Griffin\",
    "username": "rick-ross"
  }
}
도움이 되었습니까?

Sorry about that! In what way was it not helpful?

The article didn’t address my problem.
I couldn’t understand the article.
The feature doesn’t do what I need.
Other reason.

Note that feedback is provided anonymously so we aren't able to reply to questions.
If you'd like to ask a question, submit a request to our Support team.
Thank you for your feedback.