Skip to content

Commit

Permalink
Feature/tweak workflow (#70)
Browse files Browse the repository at this point in the history
* Updated PNA Response schema

* Updated PNA Response schema

* Updated PNA Response schema
  • Loading branch information
im-deviprakash authored Nov 5, 2024
1 parent 99c395e commit 2976abe
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions openapispec/unified/XI-Resellers-API-Spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9831,6 +9831,8 @@ components:
planId:
type: string
description: Id of the plan.
planUId:
type: string
planName:
type: string
description: Name of the plan.
Expand All @@ -9849,16 +9851,14 @@ components:
type: string
description: The description of the group.
billingPeriod:
type: array
items:
type: object
properties:
billingPeriodUnit:
type: string
description: The unit of the billing period.
billingPeriod:
type: number
description: The billing period value.
type: object
properties:
billingPeriodUnit:
type: string
description: The unit of the billing period.
billingPeriod:
type: number
description: The billing period value.
subscriptionPeriod:
type: array
items:
Expand Down

0 comments on commit 2976abe

Please sign in to comment.