Feature: Join us api call

This commit is contained in:
Kamigen
2024-03-17 21:03:08 -04:00
parent fca3d26aa7
commit b7ec5a69a9
11 changed files with 46 additions and 53 deletions

View File

@@ -6,18 +6,18 @@
"version": "1.0.0"
},
"paths": {
"/api/FuturCreators": {
"/api/JoinUs": {
"post": {
"tags": [
"FuturCreators"
"JoinUs"
],
"operationId": "CreateFuturCreator",
"operationId": "CreateFutureCreator",
"requestBody": {
"x-name": "command",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CreateFuturCreatorCommand"
"$ref": "#/components/schemas/CreateFutureCreatorCommand"
}
}
},
@@ -36,12 +36,7 @@
}
}
}
},
"security": [
{
"JWT": []
}
]
}
}
},
"/api/TodoItems": {
@@ -795,7 +790,7 @@
},
"components": {
"schemas": {
"CreateFuturCreatorCommand": {
"CreateFutureCreatorCommand": {
"type": "object",
"additionalProperties": false,
"properties": {