gitlabhq/lib/api
Sebastian Ziebell bb24275f8d Status code 400 is returned if body is missing on note creation.
If a note is created with a POST request via API (`/projects/:id/notes`) status
code 400 is returned instead of 404. The resource itself exists but the request
is incomplete. Specs added to check different status codes when accessing, creating
and updating notes.
2013-02-06 17:11:00 +01:00
..
entities.rb 'namespace' should be exposed via the API 2013-01-02 21:31:20 +01:00
helpers.rb Fix namespace api autocomplete 2012-12-12 12:54:28 +02:00
issues.rb Fixed missing current user for issue observer 2013-01-02 20:25:25 +02:00
merge_requests.rb Creating MR comment without a note returns status code 400 (Bad request) 2013-02-06 17:02:30 +01:00
milestones.rb Status code 400 returned if title not given in a milestone (via API) 2013-02-06 17:10:29 +01:00
notes.rb Status code 400 is returned if body is missing on note creation. 2013-02-06 17:11:00 +01:00
projects.rb Don't crash when removing a user that's not project member 2013-02-01 13:53:35 +00:00
session.rb API: return 401 for invalid session 2012-09-20 08:38:08 -07:00
users.rb Validates presence of User#name 2012-12-12 17:53:43 +01:00