diff --git a/content/microcopy/reference.yml b/content/microcopy/reference.yml index cffd0ffe1..e0a1dd146 100644 --- a/content/microcopy/reference.yml +++ b/content/microcopy/reference.yml @@ -241,6 +241,17 @@ pill: Pill added to deprecated endpoints and resources deprecated: Deprecated +tooltip: + // beta: |- + Tooltip text for the beta pill + beta: This is beta version of the endpoint + // latest_version: |- + Tooltip text for the latest version pill + latest_version: This is the most recent stable version of the endpoint + // deprecated: |- + Tooltip text for the deprecated pill + deprecated: This version of the endpoint is deprecated + sidebar: titles: // deprecated_entries: |- diff --git a/content/microcopy/versions.yml b/content/microcopy/versions.yml index 0b18fb8a2..f9bd2a924 100644 --- a/content/microcopy/versions.yml +++ b/content/microcopy/versions.yml @@ -1,3 +1,9 @@ --- // label: The prefix for the selected API version label: API version + +// about: Label of a link to the page about API versioning +about: About Box API versioning + +// resource_version_tooltip: Tooltip text for resource version +resource_version_tooltip: This resource is used by endpoints from %s version \ No newline at end of file