PUT ExportFormats/{id}
Editace exportního formátu. Pouze pro výdejce nebo admina.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Id exportního formátu |
integer |
Required |
Body Parameters
Definice exportního formátu
ExportFormatCreateDTOName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Type | ExportFormatType |
None. |
Request Formats
application/json, text/json
Sample:
{ "name": "sample string 1", "type": "raster" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.