Commit 5f338820 authored by bernardosunderhus's avatar bernardosunderhus

[API] Adiciona campos de template a subscription

parent 8911ede2
...@@ -5,6 +5,8 @@ TeamSubscriptionRule: ...@@ -5,6 +5,8 @@ TeamSubscriptionRule:
- $ref: '#/SubscriptionRule' - $ref: '#/SubscriptionRule'
- type: object - type: object
properties: properties:
teamTemplate:
$ref: '#/FormTemplate'
minMembers: minMembers:
type: integer type: integer
maxMembers: maxMembers:
...@@ -14,6 +16,8 @@ SubscriptionRule: ...@@ -14,6 +16,8 @@ SubscriptionRule:
- type - type
- status - status
properties: properties:
participantTemplate:
$ref: '#/FormTemplate'
type: type:
type: string type: string
enum: enum:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment