datadirect
Version:
Types for working with Blackbaud's front-end APIs
10 lines (9 loc) • 329 B
JavaScript
import * as Endpoint from '../../Endpoint.js';
export * from './Edit.DELETE/Response.js';
// TODO need to define a better schema for multiple methods tot he same endpoint
export const prepare = (_ = {}, base) => Endpoint.prepare({
payload: {},
base,
path: '/api/LtiTool/Edit/:ContentItemId',
method: 'DELETE'
});