Data Integration 
			
			- Data Integration
- 所有产品
 
           
      	
            
	
      /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>
| フィールド 
				   | タイプ 
				   | 必須 
				   | 説明 
				   | 
|---|---|---|---|
| name 
				   | String 
				   | - 
				   | フォルダの名前。 
				   | 
| description 
				   | 文字列 
				   | - 
				   | フォルダの説明です。 
				   | 
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" }