Commit 5f338820 authored by bernardosunderhus's avatar bernardosunderhus

[API] Adiciona campos de template a subscription

parent 8911ede2
......@@ -5,6 +5,8 @@ TeamSubscriptionRule:
- $ref: '#/SubscriptionRule'
- type: object
properties:
teamTemplate:
$ref: '#/FormTemplate'
minMembers:
type: integer
maxMembers:
......@@ -14,6 +16,8 @@ SubscriptionRule:
- type
- status
properties:
participantTemplate:
$ref: '#/FormTemplate'
type:
type: string
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