-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'api-todos-restful' into 'master'
Use POST methods to mark Todos as done Closes #28467 See merge request !9410
No related branches found
No related tags found
Pipeline #
Showing
- changelogs/unreleased/api-todos-restful.yml 4 additions, 0 deletionschangelogs/unreleased/api-todos-restful.yml
- doc/api/todos.md 5 additions, 10 deletionsdoc/api/todos.md
- doc/api/v3_to_v4.md 1 addition, 1 deletiondoc/api/v3_to_v4.md
- lib/api/api.rb 1 addition, 0 deletionslib/api/api.rb
- lib/api/todos.rb 4 additions, 2 deletionslib/api/todos.rb
- lib/api/v3/todos.rb 28 additions, 0 deletionslib/api/v3/todos.rb
- spec/requests/api/todos_spec.rb 14 additions, 13 deletionsspec/requests/api/todos_spec.rb
- spec/requests/api/v3/todos_spec.rb 73 additions, 0 deletionsspec/requests/api/v3/todos_spec.rb
changelogs/unreleased/api-todos-restful.yml
0 → 100644
lib/api/v3/todos.rb
0 → 100644
spec/requests/api/v3/todos_spec.rb
0 → 100644
Please register or sign in to comment