File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -241,6 +241,17 @@ pill:
241241 Pill added to deprecated endpoints and resources
242242 deprecated : Deprecated
243243
244+ tooltip :
245+ // beta : |-
246+ Tooltip text for the beta pill
247+ beta : This is beta version of the endpoint
248+ // latest_version : |-
249+ Tooltip text for the latest version pill
250+ latest_version : This is the most recent stable version of the endpoint
251+ // deprecated : |-
252+ Tooltip text for the deprecated pill
253+ deprecated : This version of the endpoint is deprecated
254+
244255sidebar :
245256 titles :
246257 // deprecated_entries : |-
Original file line number Diff line number Diff line change 11---
22// label : The prefix for the selected API version
33label : API version
4+
5+ // about : Label of a link to the page about API versioning
6+ about : About Box API versioning
7+
8+ // resource_version_tooltip : Tooltip text for resource version
9+ resource_version_tooltip : This resource is used by endpoints from %s version
You can’t perform that action at this time.
0 commit comments