POST api/modeler/folder/update

Updates an existing folder

Request Information

URI Parameters

None.

Body Parameters

ModelerFolder
NameDescriptionTypeAdditional 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": "7b30728a-4d4d-43ee-8a07-214c785e20c8",
  "UserList": [
    {
      "UserId": "0ea7a4a9-9f2a-4e3d-9391-5d1c4ce2dbe6",
      "Permission": 0,
      "Inherited": true
    },
    {
      "UserId": "0ea7a4a9-9f2a-4e3d-9391-5d1c4ce2dbe6",
      "Permission": 0,
      "Inherited": true
    }
  ],
  "__app__": "WORKPLANNER",
  "__entity_kind__": "WorkPlanner.Models.ModelerFolder",
  "id": "a3d6a37f-19da-451d-bb18-adced2be144f",
  "RestoreFromId": "00000000-0000-0000-0000-000000000000",
  "ConfigId": "2f3e1d13-e724-4dd7-a0f6-e70b1fd23088",
  "_ts": 638648370991548087
}

Response Information

Resource Description

ModelerFolder
NameDescriptionTypeAdditional 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": "9eb2fa03-af72-4b71-b893-6ab08690accc",
  "UserList": [
    {
      "UserId": "2dd08aaf-ec92-4425-980f-c116524fe7bb",
      "Permission": 0,
      "Inherited": true
    },
    {
      "UserId": "2dd08aaf-ec92-4425-980f-c116524fe7bb",
      "Permission": 0,
      "Inherited": true
    }
  ],
  "id": "37e985e1-f93f-4023-b831-c7bb3c74861b",
  "ConfigId": "5bde4851-b031-49e9-a50d-d17a3afdce7c"
}