PUT api/v2/organizations/files/edit
EditOrganizationFile
Request Information
URI Parameters
None.
Body Parameters
The command
EditOrganizationFileCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| OrganizationFileId | universally unique identifier |
Required |
|
| Order | integer (32 bits) |
Required |
|
| Description | string |
Max length: 200 |
Request Formats
application/json
Sample:
{
"OrganizationFileId": "00000000-0000-0000-0000-000000000000",
"Order": 1,
"Description": "sample string 1"
}
Response Information
Resource Description
EditOrganizationFileCommandResult
EditOrganizationFileCommandResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | EditOrganizationFileCommandResultKind |
Required |
Response Formats
application/json
Sample:
{
"Result": "Success"
}