Data Integration
- Data Integration
- All Products
/public/core/v3/folders/<folder ID>
/public/core/v3/projects/<project ID>/folders/<folder ID>
/public/core/v3/projects/name/<project name>/folders/name/<folder name>
Field
| Type
| Required
| Description
|
---|---|---|---|
name
| String
| -
| Name of the folder.
|
description
| String
| -
| Description of the folder.
|
PATCH <baseApiUrl>/public/core/v3/projects/name/Orders/folders/name/Northeast%20Orders Content-Type: application/json Accept: application/json INFA-SESSION-ID: <sessionId> { "name":"Northeast Requests", "description": "Requests from the northeast offices" }