-
Notifications
You must be signed in to change notification settings - Fork 0
/
openapi.json
1 lines (1 loc) · 946 Bytes
/
openapi.json
1
{"openapi":"3.0.0","paths":{"/":{"get":{"operationId":"AppController_getHello","parameters":[],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"string"}}}}}},"post":{"operationId":"AppController_postHello","parameters":[],"responses":{"201":{"description":"","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/botzone/create":{"post":{"operationId":"BotzoneController_create","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateBotzoneDto"}}}},"responses":{"201":{"description":"","content":{"application/json":{"schema":{"type":"number"}}}}}}}},"info":{"title":"API","description":"API","version":"1.0","contact":{}},"tags":[],"servers":[],"components":{"schemas":{"CreateBotzoneDto":{"type":"object","properties":{"example":{"type":"string"},"this_is_a_test":{"type":"number"}},"required":["example","this_is_a_test"]}}}}