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": "209c6227-91ce-4a53-81e4-d9bbffed5e65", "UserList": [ { "UserId": "462541f7-083e-4b2a-9f23-7b18d37efae3", "Permission": 0, "Inherited": true }, { "UserId": "462541f7-083e-4b2a-9f23-7b18d37efae3", "Permission": 0, "Inherited": true } ], "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.ModelerFolder", "id": "b9b865cd-239e-419c-bbb8-3deefd9cdf65", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "868e3658-3c66-432c-a3ce-97a195a9d168", "_ts": 638964615084073883 }
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": "6eb1535b-1a1c-407b-a6b8-2576eadbea31", "UserList": [ { "UserId": "f27311f0-2732-4a89-baf2-a05b8c83c666", "Permission": 0, "Inherited": true }, { "UserId": "f27311f0-2732-4a89-baf2-a05b8c83c666", "Permission": 0, "Inherited": true } ], "id": "199dfa82-6bf8-49c8-bd1d-e881cbbe5192", "ConfigId": "4a2147c3-4966-4fce-a2e5-e2a53328fbd5" }