-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopenapi.json
1 lines (1 loc) · 1019 Bytes
/
openapi.json
1
{"components":{},"info":{"title":"LiveSession Internal Web API","version":""},"openapi":"3.0.0","paths":{"/test-basecontroller-request-struct-test":{"delete":{"requestBody":{"$ref":"#/components/requestBodies/[DELETE]-test-basecontroller-request-struct-test"},"responses":{"default":{"content":{"application/json":{"schema":{"properties":{"date_range":{"properties":{"from":{"example":"","type":"string","x-golang-field-name":"From"},"to":{"example":"","type":"string","x-golang-field-name":"To"}},"x-golang-field-name":"DateRange"},"format":{"example":"","type":"string","x-golang-field-name":"Format"},"name":{"example":"","type":"string","x-golang-field-name":"Name"},"type":{"example":"","type":"string","x-golang-field-name":"Type"},"website_id":{"example":"","type":"string","x-golang-field-name":"WebsiteID"}}}}}}}}}},"servers":[{"description":"Production","url":"https://api.livesession.io"},{"description":"Labs","url":"https://api-labs.livesession.io/"},{"description":"Local","url":"http://localhost:3001"}]}