mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-09-24 12:36:13 +00:00
Update ADDING_TOOLS.md
Co-authored-by: James Brunton <jbrunton96@gmail.com>
This commit is contained in:
parent
51e205f4d7
commit
ac8831e904
@ -62,7 +62,7 @@ export const build[ToolName]FormData = (parameters: [ToolName]Parameters, file:
|
||||
};
|
||||
|
||||
export const [toolName]OperationConfig = {
|
||||
toolType: ToolType.singleFile, // or ToolType.multiFile
|
||||
toolType: ToolType.singleFile, // or ToolType.multiFile (buildFormData's file parameter will need to be updated)
|
||||
buildFormData: build[ToolName]FormData,
|
||||
operationType: '[toolName]',
|
||||
endpoint: '/api/v1/category/endpoint-name',
|
||||
|
Loading…
x
Reference in New Issue
Block a user