Please end this quick

This commit is contained in:
2026-01-05 22:05:02 +01:00
parent c754e4c17f
commit c6816ebc3b
64 changed files with 5063 additions and 8 deletions

View 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"