UNPKG

@itentialopensource/adapter-salesforce_apex

Version:

This adapter integrates with system described as: Salesforce Apex API.

204 lines 5.21 kB
{ "openapi": "3.1.0", "info": { "title": "", "version": "1.0.0" }, "paths": { "/compileAndTest": { "post": { "tags": [ "Apex" ], "operationId": "postCompileAndTest", "description": "The parameters and request body are for method: postCompileAndTest. 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" } } } } } }, "/compileClasses": { "post": { "tags": [ "Apex" ], "operationId": "compileApexClasses", "description": "The parameters and request body are for method: compileApexClasses. 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" } } } } } }, "/compileTriggers": { "post": { "tags": [ "Apex" ], "operationId": "compileApexTriggers", "description": "The parameters and request body are for method: compileApexTriggers. 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" } } } } } }, "/executeAnonymous": { "post": { "tags": [ "Apex" ], "operationId": "postExecuteAnonymous", "description": "The parameters and request body are for method: postExecuteAnonymous. 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" } } } } } }, "/runTests": { "post": { "tags": [ "Apex" ], "operationId": "runApexTests", "description": "The parameters and request body are for method: runApexTests. 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" } } } } } }, "/wsdlToApex": { "post": { "tags": [ "Apex" ], "operationId": "postWsdlToApex", "description": "The parameters and request body are for method: postWsdlToApex. 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": {} } }