Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: adding x-internal + fix tags for Redocly #141

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion reference/auth.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ servers:
- url: 'https://qa2.development.tidepool.org'
description: qa2
tags:
- name: Internal
- name: System
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: Redocly hides everything with Internal so this tag wasn't displayed.
Screenshot 2025-01-03 at 12 58 56
Screenshot 2025-01-03 at 12 59 30

description: APIs intended for internal use by Tidepool.
- name: Users
description: List and manage users.
Expand Down Expand Up @@ -168,6 +168,7 @@ paths:
- sessionToken: []
tags:
- Users
x-internal: true
/auth/users:
get:
operationId: GetUsers
Expand Down Expand Up @@ -219,6 +220,7 @@ paths:
tags:
- Users
- Internal
x-internal: true
'/auth/user/{userId}':
parameters:
- $ref: ./common/parameters/tidepooluserid.yaml
Expand Down
Loading