{ "operationId": "youtubeReporting.jobs.create", "method": "POST", "path": "/jobs", "summary": "Youtube Create Reporting Job", "requestExamples": [ { "contentType": "application/json", "name": "YoutubereportingJobsCreateRequestExample", "example": { "id": "abc123def456", "reportTypeId": "500123", "name": "Example Title", "createTime": "2026-01-15T10:30:00Z", "expireTime": "2026-01-15T10:30:00Z", "systemManaged": true } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "YoutubereportingJobsCreate200Example", "example": { "id": "abc123def456", "reportTypeId": "500123", "name": "Example Title", "createTime": "2026-01-15T10:30:00Z", "expireTime": "2026-01-15T10:30:00Z", "systemManaged": true } } ] }