From ed0958267922794ec8cf540e19131a2d9664bfc7 Mon Sep 17 00:00:00 2001 From: Greeshma Date: Tue, 4 Jun 2024 20:44:01 +0530 Subject: [PATCH] APPS-8398: Mark ListTiers and GetTier as deprecated (#882) --- specification/resources/apps/apps_get_tier.yml | 7 ++++++- specification/resources/apps/apps_list_tiers.yml | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/specification/resources/apps/apps_get_tier.yml b/specification/resources/apps/apps_get_tier.yml index bc681224..587121cc 100755 --- a/specification/resources/apps/apps_get_tier.yml +++ b/specification/resources/apps/apps_get_tier.yml @@ -1,8 +1,13 @@ operationId: apps_get_tier +deprecated: true + summary: Retrieve an App Tier -description: Retrieve information about a specific app tier. +description: | + Retrieve information about a specific app tier. + This endpoint has been deprecated because app tiers are not tied to instance sizes anymore. + The concept of tiers will be retired in the future. tags: - Apps diff --git a/specification/resources/apps/apps_list_tiers.yml b/specification/resources/apps/apps_list_tiers.yml index d5211369..bb1a60a0 100755 --- a/specification/resources/apps/apps_list_tiers.yml +++ b/specification/resources/apps/apps_list_tiers.yml @@ -1,8 +1,13 @@ operationId: apps_list_tiers +deprecated: true + summary: List App Tiers -description: List all app tiers. +description: | + List all app tiers. + This endpoint has been deprecated because app tiers are not tied to instance sizes anymore. + The concept of tiers will be retired in the future. tags: - Apps