Skip to content

Commit

Permalink
Fix netlicensing.io collectionFormat issues, refs #540
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRalphson committed Feb 13, 2019
1 parent 950dacc commit d5f4254
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions APIs/netlicensing.io/2.x/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -675,8 +675,7 @@ paths:
name: active
required: true
type: boolean
- collectionFormat: multi
description: 'type of licenses created from this license template. Supported types: FEATURE, TIMEVOLUME, FLOATING, QUANTITY'
- description: 'type of licenses created from this license template. Supported types: FEATURE, TIMEVOLUME, FLOATING, QUANTITY'
in: formData
items:
default: FEATURE
Expand Down Expand Up @@ -849,8 +848,7 @@ paths:
name: active
required: false
type: boolean
- collectionFormat: multi
description: 'type of licenses created from this license template. Supported types: FEATURE, TIMEVOLUME, FLOATING, QUANTITY'
- description: 'type of licenses created from this license template. Supported types: FEATURE, TIMEVOLUME, FLOATING, QUANTITY'
in: formData
items:
default: FEATURE
Expand Down Expand Up @@ -1323,8 +1321,7 @@ paths:
name: name
required: true
type: string
- collectionFormat: multi
description: Licensing model applied to this product module. Defines what license templates can be configured for the product module and how licenses for this product module are processed during validation.
- description: Licensing model applied to this product module. Defines what license templates can be configured for the product module and how licenses for this product module are processed during validation.
in: formData
items:
default: Subscription
Expand Down Expand Up @@ -1475,8 +1472,7 @@ paths:
name: name
required: false
type: string
- collectionFormat: multi
description: Licensing model applied to this product module. Defines what license templates can be configured for the product module and how licenses for this product module are processed during validation.
- description: Licensing model applied to this product module. Defines what license templates can be configured for the product module and how licenses for this product module are processed during validation.
in: formData
items:
default: Subscription
Expand Down Expand Up @@ -1568,8 +1564,7 @@ paths:
description: Create token by tokenType and additional token parameters
operationId: createToken
parameters:
- collectionFormat: multi
description: Token type to be generated
- description: Token type to be generated
enum:
- DEFAULT
- SHOP
Expand Down Expand Up @@ -1721,17 +1716,15 @@ paths:
name: active
required: true
type: boolean
- collectionFormat: multi
enum:
- enum:
- CANCELLED
- CLOSED
- PENDING
in: formData
name: status
required: true
type: string
- collectionFormat: multi
description: AUTO transaction for internal use only
- description: AUTO transaction for internal use only
enum:
- SHOP
in: formData
Expand Down Expand Up @@ -1819,17 +1812,15 @@ paths:
name: active
required: false
type: boolean
- collectionFormat: multi
enum:
- enum:
- CANCELLED
- CLOSED
- PENDING
in: formData
name: status
required: false
type: string
- collectionFormat: multi
description: AUTO transaction for internal use only
- description: AUTO transaction for internal use only
enum:
- SHOP
in: formData
Expand Down

0 comments on commit d5f4254

Please sign in to comment.