PUT ExportFormats/{id}

Editace exportního formátu. Pouze pro výdejce nebo admina.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Id exportního formátu

integer

Required

Body Parameters

Definice exportního formátu

ExportFormatCreateDTO
NameDescriptionTypeAdditional 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.