Adding parameters to send confirmation mails to the customer
This commit is contained in:
@@ -1295,6 +1295,8 @@ paths:
|
|||||||
parameters:
|
parameters:
|
||||||
- $ref: "#/components/parameters/GuidPathParameter"
|
- $ref: "#/components/parameters/GuidPathParameter"
|
||||||
- $ref: "#/components/parameters/_HashValueParameter"
|
- $ref: "#/components/parameters/_HashValueParameter"
|
||||||
|
- $ref: "#/components/parameters/ConfirmationEMailShallBeSendParameter"
|
||||||
|
- $ref: "#/components/parameters/ConfirmationEMailAddressParameter"
|
||||||
- name: "Comment"
|
- name: "Comment"
|
||||||
in: "query"
|
in: "query"
|
||||||
required: false
|
required: false
|
||||||
@@ -1323,6 +1325,8 @@ paths:
|
|||||||
parameters:
|
parameters:
|
||||||
- $ref: "#/components/parameters/GuidPathParameter"
|
- $ref: "#/components/parameters/GuidPathParameter"
|
||||||
- $ref: "#/components/parameters/_HashValueParameter"
|
- $ref: "#/components/parameters/_HashValueParameter"
|
||||||
|
- $ref: "#/components/parameters/ConfirmationEMailShallBeSendParameter"
|
||||||
|
- $ref: "#/components/parameters/ConfirmationEMailAddressParameter"
|
||||||
- name: "Comment"
|
- name: "Comment"
|
||||||
in: "query"
|
in: "query"
|
||||||
required: false
|
required: false
|
||||||
@@ -4712,6 +4716,15 @@ components:
|
|||||||
type: "boolean"
|
type: "boolean"
|
||||||
default: true
|
default: true
|
||||||
example: true
|
example: true
|
||||||
|
ConfirmationEMailAddressParameter:
|
||||||
|
name: "ConfirmationEMailAddress"
|
||||||
|
in: "query"
|
||||||
|
description: "The mail address for the confirmation."
|
||||||
|
required: false
|
||||||
|
schema:
|
||||||
|
type: "string"
|
||||||
|
default: null
|
||||||
|
example: "info@prm-ag.de"
|
||||||
ContentDispositionParameter:
|
ContentDispositionParameter:
|
||||||
name: "ContentDisposition"
|
name: "ContentDisposition"
|
||||||
in: "query"
|
in: "query"
|
||||||
|
|||||||
Reference in New Issue
Block a user