UNPKG

@itentialopensource/adapter-rancher

Version:

This adapter integrates with system described as: rancher.

44 lines 975 B
{ "openapi": "3.1.0", "info": { "title": "", "version": "1.0.0" }, "paths": { "/projects": { "post": { "tags": [ "Project" ], "operationId": "createProject", "description": "The parameters and request body are for method: createProject. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } } } }, "components": { "schemas": {} } }