Create Preset
POST/api/v2/preset/create
You can create a preset adhering to the 3D Processor Schema
Request
- application/json
Body
required
name stringrequired
The name of the preset
description string
optional A short description of the preset
rapidCompactCoreVersion string
The minimum version of RapidPipeline for the preset
config objectrequired
The config of the optimizer as a json object complying with the 3D Processor Schema
object
Responses
- 200
success
- text/plain
- Schema
Schema
string
Loading...