{ "opencollection": "1.0.0", "info": { "name": "GitLab access_requests award_emoji API", "version": "v4" }, "items": [ { "info": { "name": "award_emoji", "type": "folder" }, "items": [ { "info": { "name": "List an awardable's emoji reactions for groups", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/groups/:id/epics/:epic_iid/award_emoji", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID or URL-encoded path of the group" }, { "name": "epic_iid", "value": "", "type": "path", "description": "ID (`iid` for merge requests/issues/epics, `id` for snippets) of an awardable." }, { "name": "page", "value": "1", "type": "query", "description": "Current page number" }, { "name": "per_page", "value": "20", "type": "query", "description": "Number of items per page" } ] }, "docs": "Get a list of all emoji reactions for a specified awardable. This feature was introduced in 8.9" }, { "info": { "name": "Add a new emoji reaction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/groups/:id/epics/:epic_iid/award_emoji", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "epic_iid", "value": "", "type": "path" } ] }, "docs": "Add an emoji reaction on the specified awardable. This feature was introduced in 8.9" }, { "info": { "name": "Get a single emoji reaction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/groups/:id/epics/:epic_iid/award_emoji/:award_id", "params": [ { "name": "award_id", "value": "", "type": "path", "description": "ID of the emoji reaction." }, { "name": "id", "value": "", "type": "path" }, { "name": "epic_iid", "value": "", "type": "path" } ] }, "docs": "Get a single emoji reaction from an issue, snippet, or merge request. This feature was introduced in 8.9" }, { "info": { "name": "Delete an emoji reaction", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v4/groups/:id/epics/:epic_iid/award_emoji/:award_id", "params": [ { "name": "award_id", "value": "", "type": "path", "description": "ID of an emoji reaction." }, { "name": "id", "value": "", "type": "path" }, { "name": "epic_iid", "value": "", "type": "path" } ] }, "docs": "Only an administrator or the author of the reaction can delete an emoji reaction. This feature was introduced in 8.9" }, { "info": { "name": "List an awardable's emoji reactions for groups", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/groups/:id/epics/:epic_iid/notes/:note_id/award_emoji", "params": [ { "name": "page", "value": "1", "type": "query", "description": "Current page number" }, { "name": "per_page", "value": "20", "type": "query", "description": "Number of items per page" }, { "name": "id", "value": "", "type": "path" }, { "name": "epic_iid", "value": "", "type": "path" }, { "name": "note_id", "value": "", "type": "path" } ] }, "docs": "Get a list of all emoji reactions for a specified awardable. This feature was introduced in 8.9" }, { "info": { "name": "Add a new emoji reaction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/groups/:id/epics/:epic_iid/notes/:note_id/award_emoji", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "epic_iid", "value": "", "type": "path" }, { "name": "note_id", "value": "", "type": "path" } ] }, "docs": "Add an emoji reaction on the specified awardable. This feature was introduced in 8.9" }, { "info": { "name": "Get a single emoji reaction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/groups/:id/epics/:epic_iid/notes/:note_id/award_emoji/:award_id", "params": [ { "name": "award_id", "value": "", "type": "path", "description": "ID of the emoji reaction." }, { "name": "id", "value": "", "type": "path" }, { "name": "epic_iid", "value": "", "type": "path" }, { "name": "note_id", "value": "", "type": "path" } ] }, "docs": "Get a single emoji reaction from an issue, snippet, or merge request. This feature was introduced in 8.9" }, { "info": { "name": "Delete an emoji reaction", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v4/groups/:id/epics/:epic_iid/notes/:note_id/award_emoji/:award_id", "params": [ { "name": "award_id", "value": "", "type": "path", "description": "ID of an emoji reaction." }, { "name": "id", "value": "", "type": "path" }, { "name": "epic_iid", "value": "", "type": "path" }, { "name": "note_id", "value": "", "type": "path" } ] }, "docs": "Only an administrator or the author of the reaction can delete an emoji reaction. This feature was introduced in 8.9" }, { "info": { "name": "List an awardable's emoji reactions for projects", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/projects/:id/issues/:issue_iid/award_emoji", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID or URL-encoded path of the project" }, { "name": "issue_iid", "value": "", "type": "path", "description": "ID (`iid` for merge requests/issues/epics, `id` for snippets) of an awardable." }, { "name": "page", "value": "1", "type": "query", "description": "Current page number" }, { "name": "per_page", "value": "20", "type": "query", "description": "Number of items per page" } ] }, "docs": "Get a list of all emoji reactions for a specified awardable. This feature was introduced in 8.9" }, { "info": { "name": "Add a new emoji reaction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/projects/:id/issues/:issue_iid/award_emoji", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "issue_iid", "value": "", "type": "path" } ] }, "docs": "Add an emoji reaction on the specified awardable. This feature was introduced in 8.9" }, { "info": { "name": "Get a single emoji reaction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/projects/:id/issues/:issue_iid/award_emoji/:award_id", "params": [ { "name": "award_id", "value": "", "type": "path", "description": "ID of the emoji reaction." }, { "name": "id", "value": "", "type": "path" }, { "name": "issue_iid", "value": "", "type": "path" } ] }, "docs": "Get a single emoji reaction from an issue, snippet, or merge request. This feature was introduced in 8.9" }, { "info": { "name": "Delete an emoji reaction", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v4/projects/:id/issues/:issue_iid/award_emoji/:award_id", "params": [ { "name": "award_id", "value": "", "type": "path", "description": "ID of an emoji reaction." }, { "name": "id", "value": "", "type": "path" }, { "name": "issue_iid", "value": "", "type": "path" } ] }, "docs": "Only an administrator or the author of the reaction can delete an emoji reaction. This feature was introduced in 8.9" }, { "info": { "name": "List an awardable's emoji reactions for projects", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/projects/:id/issues/:issue_iid/notes/:note_id/award_emoji", "params": [ { "name": "page", "value": "1", "type": "query", "description": "Current page number" }, { "name": "per_page", "value": "20", "type": "query", "description": "Number of items per page" }, { "name": "id", "value": "", "type": "path" }, { "name": "issue_iid", "value": "", "type": "path" }, { "name": "note_id", "value": "", "type": "path" } ] }, "docs": "Get a list of all emoji reactions for a specified awardable. This feature was introduced in 8.9" }, { "info": { "name": "Add a new emoji reaction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/projects/:id/issues/:issue_iid/notes/:note_id/award_emoji", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "issue_iid", "value": "", "type": "path" }, { "name": "note_id", "value": "", "type": "path" } ] }, "docs": "Add an emoji reaction on the specified awardable. This feature was introduced in 8.9" }, { "info": { "name": "Get a single emoji reaction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/projects/:id/issues/:issue_iid/notes/:note_id/award_emoji/:award_id", "params": [ { "name": "award_id", "value": "", "type": "path", "description": "ID of the emoji reaction." }, { "name": "id", "value": "", "type": "path" }, { "name": "issue_iid", "value": "", "type": "path" }, { "name": "note_id", "value": "", "type": "path" } ] }, "docs": "Get a single emoji reaction from an issue, snippet, or merge request. This feature was introduced in 8.9" }, { "info": { "name": "Delete an emoji reaction", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v4/projects/:id/issues/:issue_iid/notes/:note_id/award_emoji/:award_id", "params": [ { "name": "award_id", "value": "", "type": "path", "description": "ID of an emoji reaction." }, { "name": "id", "value": "", "type": "path" }, { "name": "issue_iid", "value": "", "type": "path" }, { "name": "note_id", "value": "", "type": "path" } ] }, "docs": "Only an administrator or the author of the reaction can delete an emoji reaction. This feature was introduced in 8.9" }, { "info": { "name": "List an awardable's emoji reactions for projects", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/projects/:id/merge_requests/:merge_request_iid/award_emoji", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID or URL-encoded path of the project" }, { "name": "merge_request_iid", "value": "", "type": "path", "description": "ID (`iid` for merge requests/issues/epics, `id` for snippets) of an awardable." }, { "name": "page", "value": "1", "type": "query", "description": "Current page number" }, { "name": "per_page", "value": "20", "type": "query", "description": "Number of items per page" } ] }, "docs": "Get a list of all emoji reactions for a specified awardable. This feature was introduced in 8.9" }, { "info": { "name": "Add a new emoji reaction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/projects/:id/merge_requests/:merge_request_iid/award_emoji", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "merge_request_iid", "value": "", "type": "path" } ] }, "docs": "Add an emoji reaction on the specified awardable. This feature was introduced in 8.9" }, { "info": { "name": "Get a single emoji reaction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/projects/:id/merge_requests/:merge_request_iid/award_emoji/:award_id", "params": [ { "name": "award_id", "value": "", "type": "path", "description": "ID of the emoji reaction." }, { "name": "id", "value": "", "type": "path" }, { "name": "merge_request_iid", "value": "", "type": "path" } ] }, "docs": "Get a single emoji reaction from an issue, snippet, or merge request. This feature was introduced in 8.9" }, { "info": { "name": "Delete an emoji reaction", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v4/projects/:id/merge_requests/:merge_request_iid/award_emoji/:award_id", "params": [ { "name": "award_id", "value": "", "type": "path", "description": "ID of an emoji reaction." }, { "name": "id", "value": "", "type": "path" }, { "name": "merge_request_iid", "value": "", "type": "path" } ] }, "docs": "Only an administrator or the author of the reaction can delete an emoji reaction. This feature was introduced in 8.9" }, { "info": { "name": "List an awardable's emoji reactions for projects", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/projects/:id/merge_requests/:merge_request_iid/notes/:note_id/award_emoji", "params": [ { "name": "page", "value": "1", "type": "query", "description": "Current page number" }, { "name": "per_page", "value": "20", "type": "query", "description": "Number of items per page" }, { "name": "id", "value": "", "type": "path" }, { "name": "merge_request_iid", "value": "", "type": "path" }, { "name": "note_id", "value": "", "type": "path" } ] }, "docs": "Get a list of all emoji reactions for a specified awardable. This feature was introduced in 8.9" }, { "info": { "name": "Add a new emoji reaction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/projects/:id/merge_requests/:merge_request_iid/notes/:note_id/award_emoji", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "merge_request_iid", "value": "", "type": "path" }, { "name": "note_id", "value": "", "type": "path" } ] }, "docs": "Add an emoji reaction on the specified awardable. This feature was introduced in 8.9" }, { "info": { "name": "Get a single emoji reaction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/projects/:id/merge_requests/:merge_request_iid/notes/:note_id/award_emoji/:award_id", "params": [ { "name": "award_id", "value": "", "type": "path", "description": "ID of the emoji reaction." }, { "name": "id", "value": "", "type": "path" }, { "name": "merge_request_iid", "value": "", "type": "path" }, { "name": "note_id", "value": "", "type": "path" } ] }, "docs": "Get a single emoji reaction from an issue, snippet, or merge request. This feature was introduced in 8.9" }, { "info": { "name": "Delete an emoji reaction", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v4/projects/:id/merge_requests/:merge_request_iid/notes/:note_id/award_emoji/:award_id", "params": [ { "name": "award_id", "value": "", "type": "path", "description": "ID of an emoji reaction." }, { "name": "id", "value": "", "type": "path" }, { "name": "merge_request_iid", "value": "", "type": "path" }, { "name": "note_id", "value": "", "type": "path" } ] }, "docs": "Only an administrator or the author of the reaction can delete an emoji reaction. This feature was introduced in 8.9" }, { "info": { "name": "List an awardable's emoji reactions for projects", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/projects/:id/snippets/:snippet_id/award_emoji", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID or URL-encoded path of the project" }, { "name": "snippet_id", "value": "", "type": "path", "description": "ID (`iid` for merge requests/issues/epics, `id` for snippets) of an awardable." }, { "name": "page", "value": "1", "type": "query", "description": "Current page number" }, { "name": "per_page", "value": "20", "type": "query", "description": "Number of items per page" } ] }, "docs": "Get a list of all emoji reactions for a specified awardable. This feature was introduced in 8.9" }, { "info": { "name": "Add a new emoji reaction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/projects/:id/snippets/:snippet_id/award_emoji", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "snippet_id", "value": "", "type": "path" } ] }, "docs": "Add an emoji reaction on the specified awardable. This feature was introduced in 8.9" }, { "info": { "name": "Get a single emoji reaction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/projects/:id/snippets/:snippet_id/award_emoji/:award_id", "params": [ { "name": "award_id", "value": "", "type": "path", "description": "ID of the emoji reaction." }, { "name": "id", "value": "", "type": "path" }, { "name": "snippet_id", "value": "", "type": "path" } ] }, "docs": "Get a single emoji reaction from an issue, snippet, or merge request. This feature was introduced in 8.9" }, { "info": { "name": "Delete an emoji reaction", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v4/projects/:id/snippets/:snippet_id/award_emoji/:award_id", "params": [ { "name": "award_id", "value": "", "type": "path", "description": "ID of an emoji reaction." }, { "name": "id", "value": "", "type": "path" }, { "name": "snippet_id", "value": "", "type": "path" } ] }, "docs": "Only an administrator or the author of the reaction can delete an emoji reaction. This feature was introduced in 8.9" }, { "info": { "name": "List an awardable's emoji reactions for projects", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/projects/:id/snippets/:snippet_id/notes/:note_id/award_emoji", "params": [ { "name": "page", "value": "1", "type": "query", "description": "Current page number" }, { "name": "per_page", "value": "20", "type": "query", "description": "Number of items per page" }, { "name": "id", "value": "", "type": "path" }, { "name": "snippet_id", "value": "", "type": "path" }, { "name": "note_id", "value": "", "type": "path" } ] }, "docs": "Get a list of all emoji reactions for a specified awardable. This feature was introduced in 8.9" }, { "info": { "name": "Add a new emoji reaction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/projects/:id/snippets/:snippet_id/notes/:note_id/award_emoji", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "snippet_id", "value": "", "type": "path" }, { "name": "note_id", "value": "", "type": "path" } ] }, "docs": "Add an emoji reaction on the specified awardable. This feature was introduced in 8.9" }, { "info": { "name": "Get a single emoji reaction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/projects/:id/snippets/:snippet_id/notes/:note_id/award_emoji/:award_id", "params": [ { "name": "award_id", "value": "", "type": "path", "description": "ID of the emoji reaction." }, { "name": "id", "value": "", "type": "path" }, { "name": "snippet_id", "value": "", "type": "path" }, { "name": "note_id", "value": "", "type": "path" } ] }, "docs": "Get a single emoji reaction from an issue, snippet, or merge request. This feature was introduced in 8.9" }, { "info": { "name": "Delete an emoji reaction", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v4/projects/:id/snippets/:snippet_id/notes/:note_id/award_emoji/:award_id", "params": [ { "name": "award_id", "value": "", "type": "path", "description": "ID of an emoji reaction." }, { "name": "id", "value": "", "type": "path" }, { "name": "snippet_id", "value": "", "type": "path" }, { "name": "note_id", "value": "", "type": "path" } ] }, "docs": "Only an administrator or the author of the reaction can delete an emoji reaction. This feature was introduced in 8.9" } ] } ], "bundled": true }