Please end this quick
This commit is contained in:
25
api-customer/api-resources/sms-endpoint.yaml
Normal file
25
api-customer/api-resources/sms-endpoint.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
openapi: "3.1.0"
|
||||
info:
|
||||
title: "boardmate_api API"
|
||||
description: "boardmate_api API"
|
||||
version: "1.0.0"
|
||||
servers:
|
||||
- url: "https://boardmate_api"
|
||||
paths:
|
||||
/sms/send:
|
||||
post:
|
||||
summary: "POST sms/send"
|
||||
operationId: "example"
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: "string"
|
||||
required: true
|
||||
responses:
|
||||
"200":
|
||||
description: "OK"
|
||||
content:
|
||||
'*/*':
|
||||
schema:
|
||||
type: "string"
|
||||
Reference in New Issue
Block a user