Skip to content

Commit

Permalink
Update api.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielraeder committed Mar 28, 2024
1 parent 3874ba3 commit d39680e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openAPI/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -746,15 +746,15 @@ paths:
get:
security:
- ApiKeyAuth: []
description: Get plan.
description: This endpoint retrieves details about a specific plan identified by the plan's unique identifier.
produces:
- application/json
tags:
- Plans
summary: Get plan.
summary: Get Plan by ID
parameters:
- type: string
description: Plan ID
description: The unique identifier of the plan.
name: planId
in: path
required: true
Expand Down

0 comments on commit d39680e

Please sign in to comment.