POST api/modeler/folder/update
Updates an existing folder
Request Information
URI Parameters
None.
Body Parameters
ModelerFolderName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
ParentId | globally unique identifier |
None. |
|
UserList | Collection of User |
None. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "ParentId": "959a2725-35a7-4b67-b5c4-2c8dd2896458", "UserList": [ { "UserId": "55e5d616-efee-44f5-9c89-53a0b95b454d", "Permission": 0, "Inherited": true }, { "UserId": "55e5d616-efee-44f5-9c89-53a0b95b454d", "Permission": 0, "Inherited": true } ], "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.ModelerFolder", "id": "66092d27-f927-4581-b4bb-9cd76d785481", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "ab3e1cc2-c611-4389-9cba-835e54d254c5", "_ts": 638793307144205095 }
Response Information
Resource Description
ModelerFolderName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
ParentId | globally unique identifier |
None. |
|
UserList | Collection of User |
None. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "ParentId": "15a7c88e-b7a9-40b1-b555-0d1ed66ece6b", "UserList": [ { "UserId": "c60f0c1c-f163-4439-a12f-7c3c7dafbe00", "Permission": 0, "Inherited": true }, { "UserId": "c60f0c1c-f163-4439-a12f-7c3c7dafbe00", "Permission": 0, "Inherited": true } ], "id": "2cc7a5ee-c07d-410a-b616-2e8503c1d6ef", "ConfigId": "19183a83-5f64-4247-8bf7-74351cdd8e83" }