action elmah_source_maps_create_or_update { label: "Create or update a translation between a minified JavaScript path to the minified JavaScript and source map files." description: "Required permission: `sourcemaps_write`" provider: elmah method: POST path: "/v3/sourcemaps/{logId}" encoding: json input: { type: "object" properties: { logId: { type: "string" } } required: ["logId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }