gitlab-org--gitlab-foss/lib/api
Timothy Andrew dd99622347
API routes referencing a specific issue should use the issue `iid`
- As opposed to the issue `id` that was previously being used.
- This brings the API routes closer to the web interface's routes.
- This is specific to API v4.
2017-03-07 13:06:42 +05:30
..
helpers
v3 API routes referencing a specific issue should use the issue `iid` 2017-03-07 13:06:42 +05:30
access_requests.rb
api.rb API routes referencing a specific issue should use the issue `iid` 2017-03-07 13:06:42 +05:30
api_guard.rb
award_emoji.rb
boards.rb
branches.rb
broadcast_messages.rb
commit_statuses.rb
commits.rb Fix cherry-picking or reverting through an MR 2017-03-02 17:41:05 -06:00
deploy_keys.rb
deployments.rb Move `api/v3/deployments` to the correct namespace 2017-03-06 12:21:04 -05:00
entities.rb Narrow environment payload by using basic project details resource 2017-03-06 14:00:38 -03:00
environments.rb
files.rb
groups.rb
helpers.rb API routes referencing a specific issue should use the issue `iid` 2017-03-07 13:06:42 +05:30
internal.rb
issues.rb API routes referencing a specific issue should use the issue `iid` 2017-03-07 13:06:42 +05:30
jobs.rb Incorporate review, drop old endpoint 2017-03-06 14:34:47 +01:00
keys.rb
labels.rb
lint.rb
members.rb
merge_request_diffs.rb
merge_requests.rb Remove "subscribed" field from API responses returning list of issues or merge requests 2017-03-06 14:17:07 +01:00
milestones.rb Remove "subscribed" field from API responses returning list of issues or merge requests 2017-03-06 14:17:07 +01:00
namespaces.rb
notes.rb
notification_settings.rb
pagination_params.rb
pipelines.rb Expose pipelines as PipelineBasic `projects/:id/pipelines` 2017-03-03 09:52:04 +01:00
project_hooks.rb
project_snippets.rb Use string based `visibility` getter & setter 2017-03-02 12:15:25 +01:00
projects.rb Rename query parameter to `membership` 2017-03-03 13:42:39 +01:00
repositories.rb
runner.rb
runners.rb
services.rb Rename build to job in the docs 2017-03-06 14:34:07 +01:00
session.rb
settings.rb Override setters so it also accepts string visibility levels 2017-03-02 16:31:22 +01:00
sidekiq_metrics.rb
snippets.rb Use string based `visibility` getter & setter 2017-03-02 12:15:25 +01:00
subscriptions.rb
system_hooks.rb
tags.rb
templates.rb
time_tracking_endpoints.rb
todos.rb
triggers.rb Rename `/take` to `/take_ownership`, expose `owner` in `v3`. 2017-03-06 12:00:15 +01:00
users.rb
variables.rb
version.rb