Update Configuration
Learn how to update a BrainEngine project.
Update Configuration
For this example, we will update the project configuration to include the following entities:
Address
Social Security Number
Publish Updated Project Configuration
Publish the configuration.
POST
/system/cache/v2/publish
Sets the system cache
Request Body
Name
Type
Description
data*
String
Project configuration
If a project with the given name already exists its configuration will be overwritten by the updated project.
The example below use cURL
, a command line utility that sends HTTP client requests. The cURL
application is freely available for Linux, Windows, and macOS operating systems.
Expected Response
Resubmit Sample Call
The example below submits a transcription request to BrainEngine for redaction.
Expected Response
Last updated