{ "post": { "tags": [ "Inbound", "${APP}" ], "description": "This represents something", "operationId": "Post a Yetto message", "parameters": [ { "$ref": "../components/parameters/plugInstallation.json#/plugInstallationId" } ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "../components/schemas/plug.json#/something" } }, "example": { "message": { "text_content": "Hello _World_", "is_public": true, "metadata": { "author": { "name": "John Doe" } } }, "creator": { "id": "usr_1234567890" } } } }, "responses": { "202": { "description": "Accepted", "content": { "application/json": { "schema": { "$ref": "../components/schemas/responses.json#/202" } } } }, "204": { "description": "No Content", "content": { "application/json": { "schema": { "$ref": "../components/schemas/responses.json#/204" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "../components/schemas/responses.json#/400" } } } }, "403": { "description": "Forbidden", "content": { "application/json": { "schema": { "$ref": "../components/schemas/responses.json#/403" } } } }, "503": { "description": "Service Unavailable", "content": { "application/json": { "schema": { "$ref": "../components/schemas/responses.json#/502" } } } } } } }