action wowza_create_player_url { label: "Create a player URL" description: "This operation creates a new player URL." provider: wowza method: POST path: "/players/{player_id}/urls" encoding: json input: { type: "object" properties: { player_id: { type: "string" } } required: ["player_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }