-
- Downloads
Optional '/-/' delimiter for search API
'/-/' delimiter is used only in UI, in API we don't use it for other endpoints. To align search endpoints with the rest of API endpoints, this patch makes '/-/' optional for existing endpoints (to keep backward compatibility). Documentation is updated to prefer paths without '/-/'.
Showing
- changelogs/unreleased/optional-api-delimiter.yml 5 additions, 0 deletionschangelogs/unreleased/optional-api-delimiter.yml
- doc/api/search.md 13 additions, 13 deletionsdoc/api/search.md
- lib/api/search.rb 2 additions, 2 deletionslib/api/search.rb
- spec/requests/api/search_spec.rb 24 additions, 24 deletionsspec/requests/api/search_spec.rb
Please register or sign in to comment