Created
January 2, 2024 08:30
-
-
Save homanp/4c507c5f8b339c0945554730b3565fd4 to your computer and use it in GitHub Desktop.
drymerge-openapi-spec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.0.0 | |
info: | |
title: ThingAPI | |
description: Does a thing. | |
version: v1.0.0 | |
servers: | |
- url: https://api.drymergeqa.com | |
paths: | |
/execute/DryMerge/~/demo.api: | |
post: | |
summary: DryMerge/~/demo.api | |
description: 'TODO: nondescript' | |
operationId: DryMerge/~/demo.api | |
requestBody: | |
required: true | |
content: | |
application/json: | |
schema: | |
type: object | |
required: | |
- qwerty | |
properties: | |
qwerty: | |
type: object | |
description: tragically nondescript | |
deprecated: false | |
responses: | |
'200': | |
description: success | |
'400': | |
description: bad request | |
'500': | |
description: internal server error | |
/execute/DryMerge/~/check_inventory.api: | |
post: | |
summary: DryMerge/~/check_inventory.api | |
description: 'TODO: nondescript' | |
operationId: DryMerge/~/check_inventory.api | |
requestBody: | |
required: true | |
content: | |
application/json: | |
schema: | |
type: object | |
properties: {} | |
deprecated: false | |
responses: | |
'200': | |
description: success | |
'400': | |
description: bad request | |
'500': | |
description: internal server error | |
/instantiate-template/DryMerge/bitcoin/new-block.template: | |
post: | |
summary: DryMerge/bitcoin/new-block.template | |
description: 'TODO: nondescript' | |
operationId: DryMerge/bitcoin/new-block.template | |
requestBody: | |
required: true | |
content: | |
application/json: | |
schema: | |
type: object | |
required: | |
- action | |
properties: | |
schedule: | |
type: object | |
description: tragically nondescript | |
identifier: | |
type: object | |
description: tragically nondescript | |
running: | |
type: object | |
description: tragically nondescript | |
action: | |
type: object | |
description: tragically nondescript | |
deprecated: false | |
responses: | |
'200': | |
description: success | |
'400': | |
description: bad request | |
'500': | |
description: internal server error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment