api_items.yml 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. - title: Getting started
  2. path: getting-started
  3. sub_paths:
  4. - title: Installation and Requirements
  5. path: installation-and-requirements
  6. - title: Initializing the Client
  7. path: initializing-the-client
  8. - title: Pagination
  9. path: pagination
  10. - title: Branching
  11. path: branching
  12. - title: Compression
  13. path: compression
  14. - title: Branches
  15. path: branches
  16. sub_paths:
  17. - title: Fetch branches
  18. path: fetch-branches
  19. - title: Fetch branch
  20. path: fetch-branch
  21. - title: Create branch
  22. path: create-branch
  23. - title: Update branch
  24. path: update-branch
  25. - title: Delete branch
  26. path: delete-branch
  27. - title: Merge branch
  28. path: merge-branch
  29. - title: Comments
  30. path: comments
  31. sub_paths:
  32. - title: Fetch project comments
  33. path: fetch-project-comments
  34. - title: Fetch key comments
  35. path: fetch-key-comments
  36. - title: Create key comments
  37. path: create-key-comments
  38. - title: Fetch key comment
  39. path: fetch-key-comment
  40. - title: Delete key comment
  41. path: delete-key-comment
  42. - title: Contributors
  43. path: contributors
  44. sub_paths:
  45. - title: Fetch contributors
  46. path: fetch-contributors
  47. - title: Fetch a single contributor
  48. path: fetch-a-single-contributor
  49. - title: Create contributors
  50. path: create-contributors
  51. - title: Update contributor
  52. path: update-contributor
  53. - title: Delete contributor
  54. path: delete-contributor
  55. - title: Translation files
  56. path: files
  57. sub_paths:
  58. - title: Fetch translation files
  59. path: fetch-translation-files
  60. - title: Download translation files
  61. path: download-translation-files
  62. - title: Upload translation file
  63. path: upload-translation-file
  64. - title: Delete translation file
  65. path: delete-translation-file
  66. - title: Translation keys
  67. path: keys
  68. sub_paths:
  69. - title: Fetch project keys
  70. path: fetch-project-keys
  71. - title: Fetch a single project key
  72. path: fetch-a-single-project-key
  73. - title: Create project keys
  74. path: create-project-keys
  75. - title: Update project key
  76. path: update-project-key
  77. - title: Bulk update project keys
  78. path: bulk-update-project-keys
  79. - title: Delete project key
  80. path: delete-project-key
  81. - title: Bulk delete project keys
  82. path: bulk-delete-project-keys
  83. - title: Languages
  84. path: languages
  85. sub_paths:
  86. - title: Fetch system languages
  87. path: fetch-system-languages
  88. - title: Fetch project languages
  89. path: fetch-project-languages
  90. - title: Fetch a single project language
  91. path: fetch-a-single-project-language
  92. - title: Create project languages
  93. path: create-project-languages
  94. - title: Update project language
  95. path: update-project-language
  96. - title: Delete project language
  97. path: delete-project-language
  98. - title: Translation orders
  99. path: orders
  100. sub_paths:
  101. - title: Fetch orders
  102. path: fetch-orders
  103. - title: Fetch a single order
  104. path: fetch-a-single-order
  105. - title: Create an order
  106. path: create-an-order
  107. - title: Payment cards
  108. path: payment-cards
  109. sub_paths:
  110. - title: Fetch payment cards
  111. path: fetch-payment-cards
  112. - title: Fetch a single payment card
  113. path: fetch-a-single-payment-card
  114. - title: Create a payment card
  115. path: fetch-a-single-payment-card
  116. - title: Delete a payment card
  117. path: delete-a-payment-card
  118. - title: Projects
  119. path: projects
  120. sub_paths:
  121. - title: Fetch projects
  122. path: fetch-projects
  123. - title: Fetch a single project
  124. path: fetch-a-single-project
  125. - title: Create a project
  126. path: create-a-project
  127. - title: Update a project
  128. path: update-a-project
  129. - title: Empty a project
  130. path: empty-a-project
  131. - title: Delete a project
  132. path: delete-a-project
  133. - title: Queued processes
  134. path: queued-processes
  135. sub_paths:
  136. - title: Fetch queued processes
  137. path: fetch-queued-processes
  138. - title: Fetch a single queued process
  139. path: fetch-a-single-queued-process
  140. - title: Screenshots
  141. path: screenshots
  142. sub_paths:
  143. - title: Fetch screenshots
  144. path: fetch-screenshots
  145. - title: Fetch a single screenshot
  146. path: fetch-a-single-screenshot
  147. - title: Create screenshots
  148. path: create-screenshots
  149. - title: Update screenshot
  150. path: update-screenshot
  151. - title: Delete screenshot
  152. path: delete-screenshot
  153. - title: Segments
  154. path: segments
  155. sub_paths:
  156. - title: Fetch segments
  157. path: fetch-segments
  158. - title: Fetch a single segment
  159. path: fetch-a-single-segment
  160. - title: Update segment
  161. path: update-segment
  162. - title: Snapshots
  163. path: snapshots
  164. sub_paths:
  165. - title: Fetch snapshots
  166. path: fetch-snapshots
  167. - title: Create snapshot
  168. path: create-snapshot
  169. - title: Restore snapshot
  170. path: restore-snapshot
  171. - title: Delete snapshot
  172. path: delete-snapshot
  173. - title: Tasks
  174. path: tasks
  175. sub_paths:
  176. - title: Fetch tasks
  177. path: fetch-tasks
  178. - title: Fetch a single task
  179. path: fetch-a-single-task
  180. - title: Create task
  181. path: create-task
  182. - title: Update task
  183. path: update-task
  184. - title: Delete task
  185. path: delete-task
  186. - title: Teams
  187. path: teams
  188. sub_paths:
  189. - title: Fetch teams
  190. path: fetch-teams
  191. - title: Team users
  192. path: team-users
  193. sub_paths:
  194. - title: Fetch team users
  195. path: fetch-team-users
  196. - title: Fetch a single team user
  197. path: fetch-a-single-team-user
  198. - title: Update team user
  199. path: update-team-user
  200. - title: Delete team user
  201. path: delete-team-user
  202. - title: Team user groups
  203. path: team-user-groups
  204. sub_paths:
  205. - title: Fetch team user groups
  206. path: fetch-team-user-groups
  207. - title: Fetch a single group
  208. path: fetch-a-single-group
  209. - title: Create group
  210. path: create-group
  211. - title: Update group
  212. path: update-group
  213. - title: Add projects to group
  214. path: add-projects-to-group
  215. - title: Remove projects from group
  216. path: remove-projects-from-group
  217. - title: Add users to group
  218. path: add-users-to-group
  219. - title: Remove users from group
  220. path: remove-users-from-group
  221. - title: Destroy group
  222. path: destroy-group
  223. - title: Team user billing details
  224. path: team-user-billing-details
  225. sub_paths:
  226. - title: Fetch team user billing details
  227. path: fetch-team-user-billing-details
  228. - title: Create team user billing details
  229. path: create-team-user-billing-details
  230. - title: Update team user billing details
  231. path: update-team-user-billing-details
  232. - title: Translations
  233. path: translations
  234. sub_paths:
  235. - title: Fetch translations
  236. path: fetch-translations
  237. - title: Fetch a single translation
  238. path: fetch-a-single-translation
  239. - title: Update translation
  240. path: update-translation
  241. - title: Translation providers
  242. path: translation-providers
  243. sub_paths:
  244. - title: Fetch translation providers
  245. path: fetch-translation-providers
  246. - title: Fetch a single translation provider
  247. path: fetch-a-single-translation-provider
  248. - title: Custom translation statuses
  249. path: custom-translation-statuses
  250. sub_paths:
  251. - title: Fetch translation statuses
  252. path: fetch-translation-statuses
  253. - title: Fetch a single translation status
  254. path: fetch-a-single-translation-status
  255. - title: Create translation status
  256. path: create-translation-status
  257. - title: Update translation status
  258. path: update-translation-status
  259. - title: Delete translation status
  260. path: delete-translation-status
  261. - title: Supported color codes for translation statuses
  262. path: supported-color-codes-for-translation-statuses
  263. - title: Webhooks
  264. path: webhooks
  265. sub_paths:
  266. - title: Fetch webhooks
  267. path: fetch-webhooks
  268. - title: Fetch a single webhook
  269. path: fetch-a-single-webhook
  270. - title: Create webhook
  271. path: create-webhook
  272. - title: Update webhook
  273. path: update-webhook
  274. - title: Delete webhook
  275. path: delete-webhook
  276. - title: Regenerate webhook secret
  277. path: regenerate-webhook-secret