File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -241,6 +241,18 @@ 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 : |-
248+ This is a beta version of the endpoint and thus may be subject to changes
249+ // latest_version : |-
250+ Tooltip text for the latest version pill
251+ latest_version : This is the most recent stable version of the endpoint
252+ // deprecated : |-
253+ Tooltip text for the deprecated pill
254+ deprecated : This version of the endpoint is deprecated
255+
244256sidebar :
245257 titles :
246258 // 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 in version %s
You can’t perform that action at this time.
0 commit comments