# Configure a property for a transcoder This operation configures a single property or an array of properties for a transcoder. For a comprehensive resource describing the use of advanced properties, see Set advanced properties with the Wowza Video REST API. Endpoint: POST /transcoders/{transcoder_id}/properties Version: v2.0 ## Path parameters: - `transcoder_id` (string, required) The unique alphanumeric string that identifies the transcoder. ## Response 401 fields (application/json): - `meta` (object, required) - `meta.status` (integer) - `meta.code` (string) - `meta.title` (string) - `meta.message` (string) - `meta.description` (string) - `meta.links` (array) ## Response 422 fields (application/json): - `meta` (object, required) - `meta.status` (integer) - `meta.code` (string) - `meta.title` (string) - `meta.message` (string) - `meta.description` (string) - `meta.links` (array)