action getpostman_publish_mock { label: "Publish Mock" description: "This endpoint publishes the mock you have created using its `uid`\n\n> Requires API Key as `X-Api-Key ` request header or `apikey` URL query parameter." provider: getpostman method: POST path: "/mocks/{mock_uid}/publish" encoding: json output: { type: "object" properties: { mock: { type: "object" properties: { id: { type: "string" } } } } } }