Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Mobile 2.7
-
*Location*: https://docs.couchbase.com/sync-gateway/2.5/admin-rest-api.html#/auth
*User-Agent*: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:67.0) Gecko/20100101 Firefox/67.0
*Screen Resolution*: 1680 x 1050
-
1
Description
default is not working
Attachments
Issue Links
- is duplicated by
-
DOC-6017 Sync Gateway: API references 'default' section not opening
- Closed
To summarise progress so far:
The mobile rest api (public and admin) is showing an empty 'tag' default. This manifests as a default group that seems not to expand when clicked.
The issue became visible in Release 2.5. Prior to Release 2.5 the default tag showed a revs_diffs endpoint. But since that endpoint was properly tagged in 2.5
DOC-3851the default is now empty.From swagger documentation, it seems the ‘default’ tag is a catchall that is output to cover any untagged operations (endpoints) and that it is output regardless of there being any or not:
This may need to be addressed in CSS.