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": "69cc9b80-9604-4928-af13-7ab7f70c9ed8", "UserList": [ { "UserId": "97ff0d48-9227-4fc6-b6bb-3a28ab110d99", "Permission": 0, "Inherited": true }, { "UserId": "97ff0d48-9227-4fc6-b6bb-3a28ab110d99", "Permission": 0, "Inherited": true } ], "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.ModelerFolder", "id": "1fe0f15a-ad4b-4ed6-b0b0-1ce51a63d419", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "a24788a9-08fe-4bb7-ab6a-0349b54acaff", "_ts": 638925191840088585 }
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": "a9da593a-ca0e-4e8d-875e-1681809bfa87", "UserList": [ { "UserId": "3d13b0d0-696d-44c3-8fdf-a00c898c56fe", "Permission": 0, "Inherited": true }, { "UserId": "3d13b0d0-696d-44c3-8fdf-a00c898c56fe", "Permission": 0, "Inherited": true } ], "id": "85ac841d-b3bc-4ce6-aa4e-8e69f0a6e241", "ConfigId": "2f72ebb2-3928-4c14-a8bb-975e3a5e7b2d" }