Skip to content

Commit

Permalink
APPS-8398: Mark ListTiers and GetTier as deprecated (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
greeshmapill authored Jun 4, 2024
1 parent 75904f0 commit ed09582
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion specification/resources/apps/apps_get_tier.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 6 additions & 1 deletion specification/resources/apps/apps_list_tiers.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ed09582

Please sign in to comment.