action wowza_update_stream_target_geoblock {
label: "Update geo-blocking for a stream target"
description: "This operation updates the geo-blocking applied to a stream target. Only stream targets whose type is WowzaStreamTarget can be geo-blocked."
provider: wowza
method: PATCH
path: "/stream_targets/{stream_target_id}/geoblock"
encoding: json
input: {
type: "object"
properties: {
stream_target_id: {
type: "string"
}
}
required: ["stream_target_id"]
additionalProperties: false
}
output: {
type: "object"
additionalProperties: true
}
}