UNPKG

@itentialopensource/adapter-rancher

Version:

This adapter integrates with system described as: rancher.

38 lines (37 loc) 626 B
{ "openapi": "3.0.1", "info": { "title": "rancher", "version": "1.0", "description": "" }, "servers": [ { "url": "localhost" } ], "paths" : { "/projects": { "post": { "requestBody": { "content": { "application/json": { } } }, "responses": { "200": { "description": "", "headers": {} } }, "tags": [ "Project" ], "operationId": "createProject", "summary": "createProject", "description": "Create project" } } } }