github.com/phrase/openapi@v0.0.0-20240514140800-49e8a106740e/paths.yaml (about)

     1  ---
     2  "/icu/skeleton":
     3    post:
     4      "$ref": "./paths/icu/skeleton.yaml"
     5  "/formats":
     6    get:
     7      "$ref": "./paths/formats/index.yaml"
     8  "/projects/{project_id}/documents":
     9    get:
    10      "$ref": "./paths/documents/index.yaml"
    11  "/projects/{project_id}/documents/{id}":
    12    delete:
    13      "$ref": "./paths/documents/destroy.yaml"
    14  "/projects/{project_id}/report":
    15    get:
    16      "$ref": "./paths/reports/show.yaml"
    17  "/projects/{project_id}/report/locales":
    18    get:
    19      "$ref": "./paths/reports/locales/index.yaml"
    20  "/projects/{project_id}/figma_attachments":
    21    get:
    22      "$ref": "./paths/figma_attachments/index.yaml"
    23    post:
    24      "$ref": "./paths/figma_attachments/create.yaml"
    25  "/projects/{project_id}/figma_attachments/{id}":
    26    get:
    27      "$ref": "./paths/figma_attachments/show.yaml"
    28    patch:
    29      "$ref": "./paths/figma_attachments/update.yaml"
    30    delete:
    31      "$ref": "./paths/figma_attachments/destroy.yaml"
    32  "/projects/{project_id}/figma_attachments/{figma_attachment_id}/keys":
    33    post:
    34      "$ref": "./paths/figma_attachment_keys/create.yaml"
    35  "/projects/{project_id}/figma_attachments/{figma_attachment_id}/keys/{id}":
    36    delete:
    37      "$ref": "./paths/figma_attachment_keys/destroy.yaml"
    38  "/projects/{project_id}/styleguides":
    39    get:
    40      "$ref": "./paths/styleguides/index.yaml"
    41    post:
    42      "$ref": "./paths/styleguides/create.yaml"
    43  "/projects/{project_id}/styleguides/{id}":
    44    get:
    45      "$ref": "./paths/styleguides/show.yaml"
    46    patch:
    47      "$ref": "./paths/styleguides/update.yaml"
    48    delete:
    49      "$ref": "./paths/styleguides/destroy.yaml"
    50  "/accounts/{account_id}/custom_metadata/properties":
    51    get:
    52      "$ref": "./paths/custom_metadata_properties/index.yaml"
    53    post:
    54      "$ref": "./paths/custom_metadata_properties/create.yaml"
    55  "/accounts/{account_id}/custom_metadata/properties/{id}":
    56    get:
    57      "$ref": "./paths/custom_metadata_properties/show.yaml"
    58    patch:
    59      "$ref": "./paths/custom_metadata_properties/update.yaml"
    60    delete:
    61      "$ref": "./paths/custom_metadata_properties/destroy.yaml"
    62  "/accounts/{account_id}/invitations":
    63    get:
    64      "$ref": "./paths/invitations/index.yaml"
    65    post:
    66      "$ref": "./paths/invitations/create.yaml"
    67  "/accounts/{account_id}/invitations/{id}":
    68    get:
    69      "$ref": "./paths/invitations/show.yaml"
    70    patch:
    71      "$ref": "./paths/invitations/update.yaml"
    72    delete:
    73      "$ref": "./paths/invitations/destroy.yaml"
    74  "/accounts/{account_id}/invitations/{id}/resend":
    75    post:
    76      "$ref": "./paths/invitations/resend.yaml"
    77  "/projects/{project_id}/invitations/{id}":
    78    patch:
    79      "$ref": "./paths/invitations/update_settings.yaml"
    80  "/projects/{project_id}/screenshots/{id}/markers":
    81    get:
    82      "$ref": "./paths/screenshot_markers/index.yaml"
    83  "/projects/{project_id}/screenshots/{screenshot_id}/markers/{id}":
    84    get:
    85      "$ref": "./paths/screenshot_markers/show.yaml"
    86  "/projects/{project_id}/screenshots/{screenshot_id}/markers":
    87    post:
    88      "$ref": "./paths/screenshot_markers/create.yaml"
    89    patch:
    90      "$ref": "./paths/screenshot_markers/update.yaml"
    91    delete:
    92      "$ref": "./paths/screenshot_markers/destroy.yaml"
    93  "/accounts/{id}/locales":
    94    get:
    95      "$ref": "./paths/accounts/locales.yaml"
    96  "/projects/{project_id}/locales":
    97    get:
    98      "$ref": "./paths/locales/index.yaml"
    99    post:
   100      "$ref": "./paths/locales/create.yaml"
   101  "/projects/{project_id}/locales/{id}":
   102    get:
   103      "$ref": "./paths/locales/show.yaml"
   104    patch:
   105      "$ref": "./paths/locales/update.yaml"
   106    delete:
   107      "$ref": "./paths/locales/destroy.yaml"
   108  "/projects/{project_id}/locales/{id}/download":
   109    get:
   110      "$ref": "./paths/locales/download.yaml"
   111  "/accounts/{account_id}/distributions":
   112    get:
   113      "$ref": "./paths/distributions/index.yaml"
   114    post:
   115      "$ref": "./paths/distributions/create.yaml"
   116  "/accounts/{account_id}/distributions/{id}":
   117    get:
   118      "$ref": "./paths/distributions/show.yaml"
   119    patch:
   120      "$ref": "./paths/distributions/update.yaml"
   121    delete:
   122      "$ref": "./paths/distributions/destroy.yaml"
   123  "/accounts/{account_id}/distributions/{distribution_id}/releases":
   124    get:
   125      "$ref": "./paths/releases/index.yaml"
   126    post:
   127      "$ref": "./paths/releases/create.yaml"
   128  "/accounts/{account_id}/distributions/{distribution_id}/releases/{id}":
   129    get:
   130      "$ref": "./paths/releases/show.yaml"
   131    patch:
   132      "$ref": "./paths/releases/update.yaml"
   133    delete:
   134      "$ref": "./paths/releases/destroy.yaml"
   135  "/accounts/{account_id}/distributions/{distribution_id}/releases/{id}/publish":
   136    post:
   137      "$ref": "./paths/releases/publish.yaml"
   138  "/projects/{project_id}/jobs":
   139    get:
   140      "$ref": "./paths/jobs/index.yaml"
   141    post:
   142      "$ref": "./paths/jobs/create.yaml"
   143  "/accounts/{account_id}/jobs":
   144    get:
   145      "$ref": "./paths/jobs/index_account.yaml"
   146  "/projects/{project_id}/jobs/{id}":
   147    get:
   148      "$ref": "./paths/jobs/show.yaml"
   149    patch:
   150      "$ref": "./paths/jobs/update.yaml"
   151    delete:
   152      "$ref": "./paths/jobs/destroy.yaml"
   153  "/projects/{project_id}/jobs/{id}/start":
   154    post:
   155      "$ref": "./paths/jobs/start.yaml"
   156  "/projects/{project_id}/jobs/{id}/complete":
   157    post:
   158      "$ref": "./paths/jobs/complete.yaml"
   159  "/projects/{project_id}/jobs/{id}/reopen":
   160    post:
   161      "$ref": "./paths/jobs/reopen.yaml"
   162  "/projects/{project_id}/jobs/{id}/lock":
   163    post:
   164      "$ref": "./paths/jobs/lock.yaml"
   165  "/projects/{project_id}/jobs/{id}/unlock":
   166    post:
   167      "$ref": "./paths/jobs/unlock.yaml"
   168  "/projects/{project_id}/jobs/{id}/keys":
   169    post:
   170      "$ref": "./paths/jobs/add_keys.yaml"
   171    delete:
   172      "$ref": "./paths/jobs/remove_keys.yaml"
   173  "/projects/{project_id}/job_templates":
   174    get:
   175      "$ref": "./paths/job_templates/index.yaml"
   176    post:
   177      "$ref": "./paths/job_templates/create.yaml"
   178  "/projects/{project_id}/job_templates/{id}":
   179    get:
   180      "$ref": "./paths/job_templates/show.yaml"
   181    patch:
   182      "$ref": "./paths/job_templates/update.yaml"
   183    delete:
   184      "$ref": "./paths/job_templates/destroy.yaml"
   185  "/accounts/{account_id}/glossaries":
   186    get:
   187      "$ref": "./paths/glossaries/index.yaml"
   188    post:
   189      "$ref": "./paths/glossaries/create.yaml"
   190  "/accounts/{account_id}/glossaries/{id}":
   191    get:
   192      "$ref": "./paths/glossaries/show.yaml"
   193    patch:
   194      "$ref": "./paths/glossaries/update.yaml"
   195    delete:
   196      "$ref": "./paths/glossaries/destroy.yaml"
   197  "/authorizations":
   198    get:
   199      "$ref": "./paths/authorizations/index.yaml"
   200    post:
   201      "$ref": "./paths/authorizations/create.yaml"
   202  "/authorizations/{id}":
   203    get:
   204      "$ref": "./paths/authorizations/show.yaml"
   205    patch:
   206      "$ref": "./paths/authorizations/update.yaml"
   207    delete:
   208      "$ref": "./paths/authorizations/destroy.yaml"
   209  "/bitbucket_syncs":
   210    get:
   211      "$ref": "./paths/bitbucket_syncs/index.yaml"
   212  "/bitbucket_syncs/{id}/export":
   213    post:
   214      "$ref": "./paths/bitbucket_syncs/export.yaml"
   215  "/bitbucket_syncs/{id}/import":
   216    post:
   217      "$ref": "./paths/bitbucket_syncs/import.yaml"
   218  "/projects/{project_id}/keys/{key_id}/comments":
   219    get:
   220      "$ref": "./paths/comments/index.yaml"
   221    post:
   222      "$ref": "./paths/comments/create.yaml"
   223  "/projects/{project_id}/keys/{key_id}/comments/{id}":
   224    get:
   225      "$ref": "./paths/comments/show.yaml"
   226    patch:
   227      "$ref": "./paths/comments/update.yaml"
   228    delete:
   229      "$ref": "./paths/comments/destroy.yaml"
   230  "/projects/{project_id}/keys/{key_id}/comments/{id}/read":
   231    patch:
   232      "$ref": "./paths/comments/mark_as_read.yaml"
   233    delete:
   234      "$ref": "./paths/comments/unmark_as_read.yaml"
   235    get:
   236      "$ref": "./paths/comments/check_if_read.yaml"
   237  "/projects/{project_id}/keys/{key_id}/comments/{comment_id}/reactions":
   238    get:
   239      "$ref": "./paths/comment_reactions/index.yaml"
   240    post:
   241      "$ref": "./paths/comment_reactions/create.yaml"
   242  "/projects/{project_id}/keys/{key_id}/comments/{comment_id}/reactions/{id}":
   243    get:
   244      "$ref": "./paths/comment_reactions/show.yaml"
   245    delete:
   246      "$ref": "./paths/comment_reactions/destroy.yaml"
   247  "/projects/{project_id}/keys/{key_id}/comments/{comment_id}/replies":
   248    get:
   249      "$ref": "./paths/comment_replies/index.yaml"
   250    post:
   251      "$ref": "./paths/comment_replies/create.yaml"
   252  "/projects/{project_id}/keys/{key_id}/comments/{comment_id}/replies/{id}":
   253    get:
   254      "$ref": "./paths/comment_replies/show.yaml"
   255    delete:
   256      "$ref": "./paths/comment_replies/destroy.yaml"
   257  "/projects/{project_id}/keys/{key_id}/comments/{comment_id}/replies/{id}/mark_as_read":
   258    patch:
   259      "$ref": "./paths/comment_replies/mark_as_read.yaml"
   260  "/projects/{project_id}/keys/{key_id}/comments/{comment_id}/replies/{id}/mark_as_unread":
   261    patch:
   262      "$ref": "./paths/comment_replies/mark_as_unread.yaml"
   263  "/projects/{project_id}/webhooks":
   264    get:
   265      "$ref": "./paths/webhooks/index.yaml"
   266    post:
   267      "$ref": "./paths/webhooks/create.yaml"
   268  "/projects/{project_id}/webhooks/{id}":
   269    get:
   270      "$ref": "./paths/webhooks/show.yaml"
   271    patch:
   272      "$ref": "./paths/webhooks/update.yaml"
   273    delete:
   274      "$ref": "./paths/webhooks/destroy.yaml"
   275  "/projects/{project_id}/webhooks/{id}/test":
   276    post:
   277      "$ref": "./paths/webhooks/test.yaml"
   278  "/projects/{project_id}/uploads":
   279    post:
   280      "$ref": "./paths/uploads/create.yaml"
   281    get:
   282      "$ref": "./paths/uploads/index.yaml"
   283  "/projects/{project_id}/uploads/{id}":
   284    get:
   285      "$ref": "./paths/uploads/show.yaml"
   286  "/github_syncs/export":
   287    post:
   288      "$ref": "./paths/github_syncs/export.yaml"
   289  "/github_syncs/import":
   290    post:
   291      "$ref": "./paths/github_syncs/import.yaml"
   292  "/gitlab_syncs":
   293    get:
   294      "$ref": "./paths/gitlab_syncs/index.yaml"
   295  "/gitlab_syncs/{id}":
   296    get:
   297      "$ref": "./paths/gitlab_syncs/show.yaml"
   298    put:
   299      "$ref": "./paths/gitlab_syncs/update.yaml"
   300    delete:
   301      "$ref": "./paths/gitlab_syncs/destroy.yaml"
   302  "/gitlab_syncs/{gitlab_sync_id}/import":
   303    post:
   304      "$ref": "./paths/gitlab_syncs/import.yaml"
   305  "/gitlab_syncs/{gitlab_sync_id}/export":
   306    post:
   307      "$ref": "./paths/gitlab_syncs/export.yaml"
   308  "/gitlab_syncs/{gitlab_sync_id}/history":
   309    get:
   310      "$ref": "./paths/gitlab_syncs/history.yaml"
   311  "/projects/{project_id}/translations/{translation_id}/versions":
   312    get:
   313      "$ref": "./paths/versions/index.yaml"
   314  "/projects/{project_id}/translations/{translation_id}/versions/{id}":
   315    get:
   316      "$ref": "./paths/versions/show.yaml"
   317  "/accounts/{account_id}/glossaries/{glossary_id}/terms/{term_id}/translations":
   318    post:
   319      "$ref": "./paths/glossary_term_translations/create.yaml"
   320  "/accounts/{account_id}/glossaries/{glossary_id}/terms/{term_id}/translations/{id}":
   321    patch:
   322      "$ref": "./paths/glossary_term_translations/update.yaml"
   323    delete:
   324      "$ref": "./paths/glossary_term_translations/destroy.yaml"
   325  "/projects":
   326    get:
   327      "$ref": "./paths/projects/index.yaml"
   328    post:
   329      "$ref": "./paths/projects/create.yaml"
   330  "/projects/{id}":
   331    get:
   332      "$ref": "./paths/projects/show.yaml"
   333    patch:
   334      "$ref": "./paths/projects/update.yaml"
   335    delete:
   336      "$ref": "./paths/projects/destroy.yaml"
   337  "/projects/{project_id}/jobs/{job_id}/locales":
   338    get:
   339      "$ref": "./paths/job_locales/index.yaml"
   340    post:
   341      "$ref": "./paths/job_locales/create.yaml"
   342  "/projects/{project_id}/jobs/{job_id}/locales/{id}":
   343    get:
   344      "$ref": "./paths/job_locales/show.yaml"
   345    patch:
   346      "$ref": "./paths/job_locales/update.yaml"
   347    delete:
   348      "$ref": "./paths/job_locales/destroy.yaml"
   349  "/projects/{project_id}/jobs/{job_id}/locales/{id}/complete":
   350    post:
   351      "$ref": "./paths/job_locales/complete.yaml"
   352  "/projects/{project_id}/jobs/{job_id}/locales/{id}/complete_review":
   353    post:
   354      "$ref": "./paths/job_locales/complete_review.yaml"
   355  "/projects/{project_id}/jobs/{job_id}/locales/{id}/reopen":
   356    post:
   357      "$ref": "./paths/job_locales/reopen.yaml"
   358  "/projects/{project_id}/job_templates/{job_template_id}/locales":
   359    get:
   360      "$ref": "./paths/job_template_locales/index.yaml"
   361    post:
   362      "$ref": "./paths/job_template_locales/create.yaml"
   363  "/projects/{project_id}/job_templates/{job_template_id}/locales/{job_template_locale_id}":
   364    get:
   365      "$ref": "./paths/job_template_locales/show.yaml"
   366    patch:
   367      "$ref": "./paths/job_template_locales/update.yaml"
   368    delete:
   369      "$ref": "./paths/job_template_locales/destroy.yaml"
   370  "/projects/{project_id}/variables":
   371    get:
   372      "$ref": "./paths/variables/index.yaml"
   373    post:
   374      "$ref": "./paths/variables/create.yaml"
   375  "/projects/{project_id}/variables/{name}":
   376    get:
   377      "$ref": "./paths/variables/show.yaml"
   378    patch:
   379      "$ref": "./paths/variables/update.yaml"
   380    delete:
   381      "$ref": "./paths/variables/destroy.yaml"
   382  "/projects/{project_id}/branches":
   383    get:
   384      "$ref": "./paths/branches/index.yaml"
   385    post:
   386      "$ref": "./paths/branches/create.yaml"
   387  "/projects/{project_id}/branches/{name}":
   388    get:
   389      "$ref": "./paths/branches/show.yaml"
   390    patch:
   391      "$ref": "./paths/branches/update.yaml"
   392    delete:
   393      "$ref": "./paths/branches/destroy.yaml"
   394  "/projects/{project_id}/branches/{name}/merge":
   395    patch:
   396      "$ref": "./paths/branches/merge.yaml"
   397  "/projects/{project_id}/branches/{name}/compare":
   398    get:
   399      "$ref": "./paths/branches/compare.yaml"
   400  "/accounts":
   401    get:
   402      "$ref": "./paths/accounts/index.yaml"
   403  "/accounts/{id}":
   404    get:
   405      "$ref": "./paths/accounts/show.yaml"
   406  "/user":
   407    get:
   408      "$ref": "./paths/users/user.yaml"
   409  "/accounts/{account_id}/members":
   410    get:
   411      "$ref": "./paths/members/index.yaml"
   412  "/accounts/{account_id}/members/{id}":
   413    get:
   414      "$ref": "./paths/members/show.yaml"
   415    patch:
   416      "$ref": "./paths/members/update.yaml"
   417    delete:
   418      "$ref": "./paths/members/destroy.yaml"
   419  "/projects/{project_id}/members/{id}":
   420    patch:
   421      "$ref": "./paths/members/update_settings.yaml"
   422  "/projects/{project_id}/screenshots":
   423    get:
   424      "$ref": "./paths/screenshots/index.yaml"
   425    post:
   426      "$ref": "./paths/screenshots/create.yaml"
   427  "/projects/{project_id}/screenshots/{id}":
   428    get:
   429      "$ref": "./paths/screenshots/show.yaml"
   430    patch:
   431      "$ref": "./paths/screenshots/update.yaml"
   432    delete:
   433      "$ref": "./paths/screenshots/destroy.yaml"
   434  "/accounts/{account_id}/glossaries/{glossary_id}/terms":
   435    get:
   436      "$ref": "./paths/glossary_terms/index.yaml"
   437    post:
   438      "$ref": "./paths/glossary_terms/create.yaml"
   439  "/accounts/{account_id}/glossaries/{glossary_id}/terms/{id}":
   440    get:
   441      "$ref": "./paths/glossary_terms/show.yaml"
   442    patch:
   443      "$ref": "./paths/glossary_terms/update.yaml"
   444    delete:
   445      "$ref": "./paths/glossary_terms/destroy.yaml"
   446  "/projects/{project_id}/tags":
   447    get:
   448      "$ref": "./paths/tags/index.yaml"
   449    post:
   450      "$ref": "./paths/tags/create.yaml"
   451  "/projects/{project_id}/tags/{name}":
   452    get:
   453      "$ref": "./paths/tags/show.yaml"
   454    delete:
   455      "$ref": "./paths/tags/destroy.yaml"
   456  "/projects/{project_id}/blacklisted_keys":
   457    get:
   458      "$ref": "./paths/blacklisted_keys/index.yaml"
   459    post:
   460      "$ref": "./paths/blacklisted_keys/create.yaml"
   461  "/projects/{project_id}/blacklisted_keys/{id}":
   462    get:
   463      "$ref": "./paths/blacklisted_keys/show.yaml"
   464    patch:
   465      "$ref": "./paths/blacklisted_keys/update.yaml"
   466    delete:
   467      "$ref": "./paths/blacklisted_keys/destroy.yaml"
   468  "/projects/{project_id}/keys":
   469    get:
   470      "$ref": "./paths/keys/index.yaml"
   471    post:
   472      "$ref": "./paths/keys/create.yaml"
   473    delete:
   474      "$ref": "./paths/keys/destroy-collection.yaml"
   475  "/projects/{project_id}/keys/search":
   476    post:
   477      "$ref": "./paths/keys/search.yaml"
   478  "/projects/{project_id}/keys/{id}":
   479    get:
   480      "$ref": "./paths/keys/show.yaml"
   481    patch:
   482      "$ref": "./paths/keys/update.yaml"
   483    delete:
   484      "$ref": "./paths/keys/destroy.yaml"
   485  "/projects/{project_id}/keys/tag":
   486    patch:
   487      "$ref": "./paths/keys/tag.yaml"
   488  "/projects/{project_id}/keys/untag":
   489    patch:
   490      "$ref": "./paths/keys/untag.yaml"
   491  "/projects/{project_id}/keys/exclude":
   492    patch:
   493      "$ref": "./paths/keys/exclude.yaml"
   494  "/projects/{project_id}/keys/include":
   495    patch:
   496      "$ref": "./paths/keys/include.yaml"
   497  "/projects/{project_id}/orders":
   498    get:
   499      "$ref": "./paths/orders/index.yaml"
   500    post:
   501      "$ref": "./paths/orders/create.yaml"
   502  "/projects/{project_id}/orders/{id}":
   503    get:
   504      "$ref": "./paths/orders/show.yaml"
   505    delete:
   506      "$ref": "./paths/orders/destroy.yaml"
   507  "/projects/{project_id}/orders/{id}/confirm":
   508    patch:
   509      "$ref": "./paths/orders/confirm.yaml"
   510  "/projects/{project_id}/quality_performance_score":
   511    post:
   512      "$ref": "./paths/quality_performance_score/index.yaml"
   513  "/accounts/{account_id}/repo_syncs":
   514    get:
   515      "$ref": "./paths/repo_syncs/index.yaml"
   516  "/accounts/{account_id}/repo_syncs/{repo_sync_id}":
   517    get:
   518      "$ref": "./paths/repo_syncs/show.yaml"
   519  "/accounts/{account_id}/repo_syncs/{repo_sync_id}/export":
   520    post:
   521      "$ref": "./paths/repo_syncs/export.yaml"
   522  "/accounts/{account_id}/repo_syncs/{repo_sync_id}/import":
   523    post:
   524      "$ref": "./paths/repo_syncs/import.yaml"
   525  "/accounts/{account_id}/repo_syncs/{repo_sync_id}/events":
   526    get:
   527      "$ref": "./paths/repo_syncs/events.yaml"
   528  "/accounts/{account_id}/repo_syncs/{repo_sync_id}/deactivate":
   529    post:
   530      "$ref": "./paths/repo_syncs/deactivate.yaml"
   531  "/accounts/{account_id}/repo_syncs/{repo_sync_id}/activate":
   532    post:
   533      "$ref": "./paths/repo_syncs/activate.yaml"
   534  "/accounts/{account_id}/spaces":
   535    get:
   536      "$ref": "./paths/spaces/index.yaml"
   537    post:
   538      "$ref": "./paths/spaces/create.yaml"
   539  "/accounts/{account_id}/spaces/{id}":
   540    get:
   541      "$ref": "./paths/spaces/show.yaml"
   542    patch:
   543      "$ref": "./paths/spaces/update.yaml"
   544    delete:
   545      "$ref": "./paths/spaces/delete.yaml"
   546  "/accounts/{account_id}/spaces/{space_id}/projects":
   547    get:
   548      "$ref": "./paths/spaces/spaces_projects.yaml"
   549    post:
   550      "$ref": "./paths/spaces/add_project.yaml"
   551  "/accounts/{account_id}/spaces/{space_id}/projects/{id}":
   552    delete:
   553      "$ref": "./paths/spaces/remove_project.yaml"
   554  "/accounts/{account_id}/teams":
   555    get:
   556      "$ref": "./paths/teams/index.yaml"
   557    post:
   558      "$ref": "./paths/teams/create.yaml"
   559  "/accounts/{account_id}/teams/{id}":
   560    get:
   561      "$ref": "./paths/teams/show.yaml"
   562    patch:
   563      "$ref": "./paths/teams/update.yaml"
   564    delete:
   565      "$ref": "./paths/teams/delete.yaml"
   566  "/accounts/{account_id}/teams/{team_id}/projects":
   567    post:
   568      "$ref": "./paths/teams/add_project.yaml"
   569  "/accounts/{account_id}/teams/{team_id}/projects/{id}":
   570    delete:
   571      "$ref": "./paths/teams/remove_project.yaml"
   572  "/accounts/{account_id}/teams/{team_id}/spaces":
   573    post:
   574      "$ref": "./paths/teams/add_space.yaml"
   575  "/accounts/{account_id}/teams/{team_id}/spaces/{id}":
   576    delete:
   577      "$ref": "./paths/teams/remove_space.yaml"
   578  "/accounts/{account_id}/teams/{team_id}/users":
   579    post:
   580      "$ref": "./paths/teams/add_user.yaml"
   581  "/accounts/{account_id}/teams/{team_id}/users/{id}":
   582    delete:
   583      "$ref": "./paths/teams/remove_user.yaml"
   584  
   585  "/projects/{project_id}/translations":
   586    get:
   587      "$ref": "./paths/translations/index.yaml"
   588    post:
   589      "$ref": "./paths/translations/create.yaml"
   590  "/projects/{project_id}/locales/{locale_id}/translations":
   591    get:
   592      "$ref": "./paths/translations/index_locale.yaml"
   593  "/projects/{project_id}/keys/{key_id}/translations":
   594    get:
   595      "$ref": "./paths/translations/index_keys.yaml"
   596  "/projects/{project_id}/translations/search":
   597    post:
   598      "$ref": "./paths/translations/search.yaml"
   599  "/projects/{project_id}/translations/{id}":
   600    get:
   601      "$ref": "./paths/translations/show.yaml"
   602    patch:
   603      "$ref": "./paths/translations/update.yaml"
   604  "/projects/{project_id}/translations/{id}/verify":
   605    patch:
   606      "$ref": "./paths/translations/verify.yaml"
   607  "/projects/{project_id}/translations/{id}/unverify":
   608    patch:
   609      "$ref": "./paths/translations/unverify.yaml"
   610  "/projects/{project_id}/translations/{id}/review":
   611    patch:
   612      "$ref": "./paths/translations/review.yaml"
   613  "/projects/{project_id}/translations/{id}/exclude":
   614    patch:
   615      "$ref": "./paths/translations/exclude.yaml"
   616  "/projects/{project_id}/translations/{id}/include":
   617    patch:
   618      "$ref": "./paths/translations/include.yaml"
   619  "/projects/{project_id}/translations/verify":
   620    patch:
   621      "$ref": "./paths/translations/batch_verify.yaml"
   622  "/projects/{project_id}/translations/unverify":
   623    patch:
   624      "$ref": "./paths/translations/batch_unverify.yaml"
   625  "/projects/{project_id}/translations/review":
   626    patch:
   627      "$ref": "./paths/translations/batch_review.yaml"
   628  "/projects/{project_id}/translations/exclude":
   629    patch:
   630      "$ref": "./paths/translations/batch_exclude.yaml"
   631  "/projects/{project_id}/translations/include":
   632    patch:
   633      "$ref": "./paths/translations/batch_include.yaml"
   634  "/notifications":
   635    get:
   636      "$ref": "./paths/notifications/index.yaml"
   637  "/notifications/mark_all_as_read":
   638    post:
   639      "$ref": "./paths/notifications/mark_all_as_read.yaml"
   640  "/notifications/{id}":
   641    get:
   642      "$ref": "./paths/notifications/show.yaml"
   643  "/notification_groups":
   644    get:
   645      "$ref": "./paths/notification_groups/index.yaml"
   646  "/notification_groups/mark_all_as_read":
   647    patch:
   648      "$ref": "./paths/notification_groups/mark_all_as_read.yaml"
   649  "/notification_groups/{id}/mark_as_read":
   650    patch:
   651      "$ref": "./paths/notification_groups/mark_as_read.yaml"
   652  "/accounts/{account_id}/search":
   653    post:
   654      "$ref": "./paths/search/in_account.yaml"
   655  "/projects/{project_id}/jobs/{job_id}/comments/{id}":
   656    get:
   657      "$ref": "./paths/job_comments/show.yaml"
   658    patch:
   659      "$ref": "./paths/job_comments/update.yaml"
   660    delete:
   661      "$ref": "./paths/job_comments/destroy.yaml"
   662  "/projects/{project_id}/jobs/{job_id}/comments":
   663    get:
   664      "$ref": "./paths/job_comments/index.yaml"
   665    post:
   666      "$ref": "./paths/job_comments/create.yaml"
   667  "/projects/{project_id}/webhooks/{webhook_id}/deliveries":
   668    get:
   669      "$ref": "./paths/webhook_deliveries/index.yaml"
   670  "/projects/{project_id}/webhooks/{webhook_id}/deliveries/{id}":
   671    get:
   672      "$ref": "./paths/webhook_deliveries/show.yaml"
   673  "/projects/{project_id}/webhooks/{webhook_id}/deliveries/{id}/redeliver":
   674    post:
   675      "$ref": "./paths/webhook_deliveries/redeliver.yaml"
   676  "/accounts/{account_id}/job_templates":
   677    get:
   678      "$ref": "./paths/organization_job_templates/index.yaml"
   679    post:
   680      "$ref": "./paths/organization_job_templates/create.yaml"
   681  "/accounts/{account_id}/job_templates/{id}":
   682    get:
   683      "$ref": "./paths/organization_job_templates/show.yaml"
   684    patch:
   685      "$ref": "./paths/organization_job_templates/update.yaml"
   686    delete:
   687      "$ref": "./paths/organization_job_templates/destroy.yaml"
   688  "/accounts/{account_id}/job_templates/{job_template_id}/locales":
   689    get:
   690      "$ref": "./paths/organization_job_template_locales/index.yaml"
   691    post:
   692      "$ref": "./paths/organization_job_template_locales/create.yaml"
   693  "/accounts/{account_id}/job_templates/{job_template_id}/locales/{job_template_locale_id}":
   694    get:
   695      "$ref": "./paths/organization_job_template_locales/show.yaml"
   696    patch:
   697      "$ref": "./paths/organization_job_template_locales/update.yaml"
   698    delete:
   699      "$ref": "./paths/organization_job_template_locales/destroy.yaml"
   700  "/projects/{project_id}/keys/{id}/key_links":
   701    delete:
   702      "$ref": "./paths/key_links/batch_destroy.yaml"
   703    get:
   704      "$ref": "./paths/key_links/index.yaml"
   705    post:
   706      "$ref": "./paths/key_links/create.yaml"
   707  "/projects/{project_id}/keys/{id}/key_links/{child_key_id}":
   708    delete:
   709      "$ref": "./paths/key_links/destroy.yaml"