Description changes & Contact Info changes (#1821)
* Description changes & Contact Info changes * Updated description * Indendation fix
This commit is contained in:
Родитель
40d7be04d3
Коммит
9dc59e7928
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
{
|
||||
"swagger": "2.0",
|
||||
"info": {
|
||||
"title": "Microsoft Bookings",
|
||||
"description": "Microsoft Bookings is a scheduling tool and is part of the Microsoft Office family of products. Bookings allows customers of small businesses and companies to book appointments with the company.",
|
||||
"description": "Microsoft Bookings is a scheduling tool and is part of the Microsoft Office family of products. It allows users and organizations to create booking pages and helps their customers book appointments easily.",
|
||||
"contact": {
|
||||
"name": "Microsoft Bookings Customer Support",
|
||||
"url": "https://techcommunity.microsoft.com/t5/microsoft-bookings/bd-p/MicrosoftBookings",
|
||||
"email": "bookingscustomersupport@service.microsoft.com"
|
||||
"name": "Microsoft Bookings Power Automate Support",
|
||||
"url": "https://techcommunity.microsoft.com/t5/microsoft-bookings/bd-p/MicrosoftBookings",
|
||||
"email": "bookingspowerautomatesupport@service.microsoft.com"
|
||||
},
|
||||
"version": "1.0"
|
||||
},
|
||||
|
@ -51,14 +51,14 @@
|
|||
"description": "Access forbidden. Only Bookings Administrators can create webhooks/flows."
|
||||
},
|
||||
"429": {
|
||||
"description": "Resource Exhausted. More than expected number of webhooks created for a business."
|
||||
"description": "Resource Exhausted. More than expected number of webhooks created for a calendar."
|
||||
},
|
||||
"500": {
|
||||
"description": "Internal server error."
|
||||
}
|
||||
},
|
||||
"summary": "When a bookings appointment is Created",
|
||||
"description": "This trigger is used for listening to create of bookings appointments. Enter the SMTP address of Bookings Business that you are looking forward to listen for create appointment events.",
|
||||
"summary": "When a appointment is Created",
|
||||
"description": "This trigger is used for listening to create of bookings appointments. Enter the SMTP address of Bookings Calendar that you are looking forward to listen for create appointment events.",
|
||||
"operationId": "CreateAppointment",
|
||||
"x-ms-trigger": "single",
|
||||
"x-ms-trigger-hint": "To see this trigger work, Create an appointment from bookings page or bookings calendar",
|
||||
|
@ -68,8 +68,8 @@
|
|||
"in": "path",
|
||||
"required": true,
|
||||
"type": "string",
|
||||
"description": "SMTP Address of your Bookings Business. This can be found in your business's bookings page.",
|
||||
"x-ms-summary": "Bookings Business SMTP Address."
|
||||
"description": "This can be found in your booking page URL: https://book.ms/b/<SMTPAddress>.",
|
||||
"x-ms-summary": "Bookings Calendar SMTP Address."
|
||||
},
|
||||
{
|
||||
"name": "body",
|
||||
|
@ -134,14 +134,14 @@
|
|||
"description": "Access forbidden. Only Bookings Administrators can create webhooks/flows."
|
||||
},
|
||||
"429": {
|
||||
"description": "Resource Exhausted. More than expected number of webhooks created for a business."
|
||||
"description": "Resource Exhausted. More than expected number of webhooks created for a Calendar."
|
||||
},
|
||||
"500": {
|
||||
"description": "Internal server error."
|
||||
}
|
||||
},
|
||||
"summary": "When a bookings appointment is Updated",
|
||||
"description": "This trigger is used for listening to Updated of bookings appointments. Enter the SMTP address of Bookings Business that you are looking forward to listen for Update appointment events.",
|
||||
"summary": "When an appointment is Updated",
|
||||
"description": "This trigger is used for listening to Updated of bookings appointments. Enter the SMTP address of Bookings Calendar that you are looking forward to listen for Update appointment events.",
|
||||
"operationId": "UpdateAppointment",
|
||||
"x-ms-trigger": "single",
|
||||
"x-ms-trigger-hint": "To see this trigger work, Update an existing appointment from bookings page or bookings calendar",
|
||||
|
@ -151,8 +151,8 @@
|
|||
"in": "path",
|
||||
"required": true,
|
||||
"type": "string",
|
||||
"description": "SMTP Address of your Bookings Business. This can be found in your business's bookings page.",
|
||||
"x-ms-summary": "Bookings Business SMTP Address."
|
||||
"description": "This can be found in your booking page URL: https://book.ms/b/<SMTPAddress>.",
|
||||
"x-ms-summary": "Bookings Calendar SMTP Address."
|
||||
},
|
||||
{
|
||||
"name": "body",
|
||||
|
@ -217,14 +217,14 @@
|
|||
"description": "Access forbidden. Only Bookings Administrators can create webhooks/flows."
|
||||
},
|
||||
"429": {
|
||||
"description": "Resource Exhausted. More than expected number of webhooks created for a business."
|
||||
"description": "Resource Exhausted. More than expected number of webhooks created for a Calendar."
|
||||
},
|
||||
"500": {
|
||||
"description": "Internal server error."
|
||||
}
|
||||
},
|
||||
"summary": "When a bookings appointment is Cancelled",
|
||||
"description": "This trigger is used for listening to cancel of bookings appointments. Enter the SMTP address of Bookings Business that you are looking forward to listen for cancel appointment events.",
|
||||
"summary": "When an appointment is Cancelled",
|
||||
"description": "This trigger is used for listening to cancel of bookings appointments. Enter the SMTP address of Bookings Calendar that you are looking forward to listen for cancel appointment events.",
|
||||
"operationId": "CancelAppointment",
|
||||
"x-ms-trigger": "single",
|
||||
"x-ms-trigger-hint": "To see this trigger work, cancel an existing appointment from bookings page or bookings calendar",
|
||||
|
@ -234,8 +234,8 @@
|
|||
"in": "path",
|
||||
"required": true,
|
||||
"type": "string",
|
||||
"description": "SMTP Address of your Bookings Business. This can be found in your business's bookings page.",
|
||||
"x-ms-summary": "Bookings Business SMTP Address."
|
||||
"description": "This can be found in your booking page URL: https://book.ms/b/*SMTPAddress*.",
|
||||
"x-ms-summary": "Bookings Calendar SMTP Address."
|
||||
},
|
||||
{
|
||||
"name": "body",
|
||||
|
@ -387,7 +387,7 @@
|
|||
},
|
||||
"Customers": {
|
||||
"type": "array",
|
||||
"description": "List of customers in the 1:n booking",
|
||||
"description": "List of customers in the 1:N booking",
|
||||
"title": "Customers",
|
||||
"items": {
|
||||
"$ref": "#/definitions/CustomerData"
|
||||
|
@ -476,12 +476,12 @@
|
|||
"properties": {
|
||||
"Email": {
|
||||
"type": "string",
|
||||
"description": "Email of the customer in the 1:n appointment.",
|
||||
"description": "Email of the customer in the 1:N appointment.",
|
||||
"title": "Email"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string",
|
||||
"description": "Unique ID of the customer in the 1:n appointment",
|
||||
"description": "Unique ID of the customer in the 1:N appointment",
|
||||
"title": "Id"
|
||||
},
|
||||
"Location": {
|
||||
|
@ -492,48 +492,48 @@
|
|||
"properties": {
|
||||
"City": {
|
||||
"type": "string",
|
||||
"description": "City the customer belongs to for 1:n booking.",
|
||||
"description": "City the customer belongs to for 1:N booking.",
|
||||
"title": "City"
|
||||
},
|
||||
"CountryOrRegion": {
|
||||
"type": "string",
|
||||
"description": "Country Or Region of the customer for 1:n booking.",
|
||||
"description": "Country Or Region of the customer for 1:N booking.",
|
||||
"title": "Country Or Region"
|
||||
},
|
||||
"PostalCode": {
|
||||
"type": "string",
|
||||
"description": "Postal Code of the customer for 1:n booking.",
|
||||
"description": "Postal Code of the customer for 1:N booking.",
|
||||
"title": "Postal Code"
|
||||
},
|
||||
"State": {
|
||||
"type": "string",
|
||||
"description": "State where the customer belongs to in the 1:n booking.",
|
||||
"description": "State where the customer belongs to in the 1:N booking.",
|
||||
"title": "State"
|
||||
},
|
||||
"Street": {
|
||||
"type": "string",
|
||||
"description": "Street where the customer belongs to in the 1:n booking.",
|
||||
"description": "Street where the customer belongs to in the 1:N booking.",
|
||||
"title": "Street"
|
||||
}
|
||||
},
|
||||
"description": "PhysicalAddress"
|
||||
}
|
||||
},
|
||||
"description": "Location of customer in 1:n booking."
|
||||
"description": "Location of customer in 1:N booking."
|
||||
},
|
||||
"Name": {
|
||||
"type": "string",
|
||||
"description": "Display Name of the customer in the 1:n appointment.",
|
||||
"description": "Display Name of the customer in the 1:N appointment.",
|
||||
"title": "Display Name"
|
||||
},
|
||||
"Notes": {
|
||||
"type": "string",
|
||||
"description": "Notes of the customer in the 1:n appointment.",
|
||||
"description": "Notes of the customer in the 1:N appointment.",
|
||||
"title": "Notes"
|
||||
},
|
||||
"TimeZone": {
|
||||
"type": "string",
|
||||
"description": "Timezone of the customer in the 1:n appointment.",
|
||||
"description": "Timezone of the customer in the 1:N appointment.",
|
||||
"title": "Timezone"
|
||||
},
|
||||
"Answers": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче