Skip to content

Release 1.149.2#3534

Merged
odlbot merged 3 commits intoreleasefrom
release-candidate
Apr 29, 2026
Merged

Release 1.149.2#3534
odlbot merged 3 commits intoreleasefrom
release-candidate

Conversation

@odlbot
Copy link
Copy Markdown
Contributor

@odlbot odlbot commented Apr 29, 2026

James Kachel

annagav

annagav and others added 3 commits April 29, 2026 11:02
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…ltilingual support (#3516)

Co-authored-by: copilot-swe-agent[bot] <copilot@mitodl.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown

OpenAPI Changes

Show/hide ## Changes for v0.yaml:
## Changes for v0.yaml:
59 changes: 0 error, 0 warning, 59 info
info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v1/course_runs/
		added the optional property `items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v1/course_runs/
		added the optional property `items/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v1/course_runs/{id}/
		added the optional property `is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v1/course_runs/{id}/
		added the optional property `language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v1/courses/
		added the optional property `results/items/courseruns/items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v1/courses/
		added the optional property `results/items/courseruns/items/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v1/courses/{id}/
		added the optional property `courseruns/items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v1/courses/{id}/
		added the optional property `courseruns/items/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v1/enrollments/
		added the optional property `items/run/allOf[#/components/schemas/V1CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v1/enrollments/
		added the optional property `items/run/allOf[#/components/schemas/V1CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API POST /api/v1/enrollments/
		added the optional property `run/allOf[#/components/schemas/V1CourseRunWithCourse]/is_primary_language` to the response with the `201` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API POST /api/v1/enrollments/
		added the optional property `run/allOf[#/components/schemas/V1CourseRunWithCourse]/language` to the response with the `201` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API PATCH /api/v1/enrollments/{id}/
		added the optional property `run/allOf[#/components/schemas/V1CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API PATCH /api/v1/enrollments/{id}/
		added the optional property `run/allOf[#/components/schemas/V1CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API PUT /api/v1/enrollments/{id}/
		added the optional property `run/allOf[#/components/schemas/V1CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API PUT /api/v1/enrollments/{id}/
		added the optional property `run/allOf[#/components/schemas/V1CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v1/program_enrollments/
		added the optional property `items/enrollments/items/run/allOf[#/components/schemas/V1CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v1/program_enrollments/
		added the optional property `items/enrollments/items/run/allOf[#/components/schemas/V1CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v1/program_enrollments/
		added the optional property `items/program/courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v1/program_enrollments/
		added the optional property `items/program/courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API DELETE /api/v1/program_enrollments/{id}/
		added the optional property `enrollments/items/run/allOf[#/components/schemas/V1CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API DELETE /api/v1/program_enrollments/{id}/
		added the optional property `enrollments/items/run/allOf[#/components/schemas/V1CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API DELETE /api/v1/program_enrollments/{id}/
		added the optional property `program/courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API DELETE /api/v1/program_enrollments/{id}/
		added the optional property `program/courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v1/program_enrollments/{id}/
		added the optional property `enrollments/items/run/allOf[#/components/schemas/V1CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v1/program_enrollments/{id}/
		added the optional property `enrollments/items/run/allOf[#/components/schemas/V1CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v1/program_enrollments/{id}/
		added the optional property `program/courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v1/program_enrollments/{id}/
		added the optional property `program/courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v1/programs/
		added the optional property `results/items/courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v1/programs/
		added the optional property `results/items/courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v1/programs/{id}/
		added the optional property `courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v1/programs/{id}/
		added the optional property `courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v2/course_certificates/{cert_uuid}/
		added the optional property `course_run/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v2/course_certificates/{cert_uuid}/
		added the optional property `course_run/language` to the response with the `200` status

info	[new-optional-request-parameter] at head/openapi/specs/v0.yaml	
	in API GET /api/v2/courses/
		added the new optional `query` request parameter `courseruns__language`

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v2/courses/
		added the optional property `results/items/courseruns/items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v2/courses/
		added the optional property `results/items/courseruns/items/language` to the response with the `200` status

info	[response-required-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v2/courses/
		added the required property `results/items/language_options` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v2/courses/{id}/
		added the optional property `courseruns/items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v2/courses/{id}/
		added the optional property `courseruns/items/language` to the response with the `200` status

info	[response-required-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v2/courses/{id}/
		added the required property `language_options` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v2/enrollments/
		added the optional property `items/run/allOf[#/components/schemas/V2CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v2/enrollments/
		added the optional property `items/run/allOf[#/components/schemas/V2CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API POST /api/v2/enrollments/
		added the optional property `run/allOf[#/components/schemas/V2CourseRunWithCourse]/is_primary_language` to the response with the `201` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API POST /api/v2/enrollments/
		added the optional property `run/allOf[#/components/schemas/V2CourseRunWithCourse]/language` to the response with the `201` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v2/program_enrollments/
		added the optional property `items/enrollments/items/run/allOf[#/components/schemas/V2CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v2/program_enrollments/
		added the optional property `items/enrollments/items/run/allOf[#/components/schemas/V2CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API DELETE /api/v2/program_enrollments/{id}/
		added the optional property `items/enrollments/items/run/allOf[#/components/schemas/V2CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API DELETE /api/v2/program_enrollments/{id}/
		added the optional property `items/enrollments/items/run/allOf[#/components/schemas/V2CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v2/program_enrollments/{id}/
		added the optional property `enrollments/items/run/allOf[#/components/schemas/V2CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v2/program_enrollments/{id}/
		added the optional property `enrollments/items/run/allOf[#/components/schemas/V2CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API POST /api/v2/verified_program_enrollments/{courserun_id}/
		added the optional property `run/allOf[#/components/schemas/V2CourseRunWithCourse]/is_primary_language` to the response with the `201` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API POST /api/v2/verified_program_enrollments/{courserun_id}/
		added the optional property `run/allOf[#/components/schemas/V2CourseRunWithCourse]/language` to the response with the `201` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v3/enrollments/
		added the optional property `items/run/allOf[#/components/schemas/CourseRunWithCourseV3]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v3/enrollments/
		added the optional property `items/run/allOf[#/components/schemas/CourseRunWithCourseV3]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API POST /api/v3/enrollments/
		added the optional property `run/allOf[#/components/schemas/CourseRunWithCourseV3]/is_primary_language` to the response with the `201` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API POST /api/v3/enrollments/
		added the optional property `run/allOf[#/components/schemas/CourseRunWithCourseV3]/language` to the response with the `201` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v3/enrollments/{id}/
		added the optional property `run/allOf[#/components/schemas/CourseRunWithCourseV3]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v0.yaml	
	in API GET /api/v3/enrollments/{id}/
		added the optional property `run/allOf[#/components/schemas/CourseRunWithCourseV3]/language` to the response with the `200` status



## Changes for v1.yaml:
59 changes: 0 error, 0 warning, 59 info
info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v1/course_runs/
		added the optional property `items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v1/course_runs/
		added the optional property `items/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v1/course_runs/{id}/
		added the optional property `is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v1/course_runs/{id}/
		added the optional property `language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v1/courses/
		added the optional property `results/items/courseruns/items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v1/courses/
		added the optional property `results/items/courseruns/items/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v1/courses/{id}/
		added the optional property `courseruns/items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v1/courses/{id}/
		added the optional property `courseruns/items/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v1/enrollments/
		added the optional property `items/run/allOf[#/components/schemas/V1CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v1/enrollments/
		added the optional property `items/run/allOf[#/components/schemas/V1CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API POST /api/v1/enrollments/
		added the optional property `run/allOf[#/components/schemas/V1CourseRunWithCourse]/is_primary_language` to the response with the `201` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API POST /api/v1/enrollments/
		added the optional property `run/allOf[#/components/schemas/V1CourseRunWithCourse]/language` to the response with the `201` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API PATCH /api/v1/enrollments/{id}/
		added the optional property `run/allOf[#/components/schemas/V1CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API PATCH /api/v1/enrollments/{id}/
		added the optional property `run/allOf[#/components/schemas/V1CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API PUT /api/v1/enrollments/{id}/
		added the optional property `run/allOf[#/components/schemas/V1CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API PUT /api/v1/enrollments/{id}/
		added the optional property `run/allOf[#/components/schemas/V1CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v1/program_enrollments/
		added the optional property `items/enrollments/items/run/allOf[#/components/schemas/V1CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v1/program_enrollments/
		added the optional property `items/enrollments/items/run/allOf[#/components/schemas/V1CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v1/program_enrollments/
		added the optional property `items/program/courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v1/program_enrollments/
		added the optional property `items/program/courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API DELETE /api/v1/program_enrollments/{id}/
		added the optional property `enrollments/items/run/allOf[#/components/schemas/V1CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API DELETE /api/v1/program_enrollments/{id}/
		added the optional property `enrollments/items/run/allOf[#/components/schemas/V1CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API DELETE /api/v1/program_enrollments/{id}/
		added the optional property `program/courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API DELETE /api/v1/program_enrollments/{id}/
		added the optional property `program/courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v1/program_enrollments/{id}/
		added the optional property `enrollments/items/run/allOf[#/components/schemas/V1CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v1/program_enrollments/{id}/
		added the optional property `enrollments/items/run/allOf[#/components/schemas/V1CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v1/program_enrollments/{id}/
		added the optional property `program/courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v1/program_enrollments/{id}/
		added the optional property `program/courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v1/programs/
		added the optional property `results/items/courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v1/programs/
		added the optional property `results/items/courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v1/programs/{id}/
		added the optional property `courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v1/programs/{id}/
		added the optional property `courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v2/course_certificates/{cert_uuid}/
		added the optional property `course_run/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v2/course_certificates/{cert_uuid}/
		added the optional property `course_run/language` to the response with the `200` status

info	[new-optional-request-parameter] at head/openapi/specs/v1.yaml	
	in API GET /api/v2/courses/
		added the new optional `query` request parameter `courseruns__language`

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v2/courses/
		added the optional property `results/items/courseruns/items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v2/courses/
		added the optional property `results/items/courseruns/items/language` to the response with the `200` status

info	[response-required-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v2/courses/
		added the required property `results/items/language_options` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v2/courses/{id}/
		added the optional property `courseruns/items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v2/courses/{id}/
		added the optional property `courseruns/items/language` to the response with the `200` status

info	[response-required-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v2/courses/{id}/
		added the required property `language_options` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v2/enrollments/
		added the optional property `items/run/allOf[#/components/schemas/V2CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v2/enrollments/
		added the optional property `items/run/allOf[#/components/schemas/V2CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API POST /api/v2/enrollments/
		added the optional property `run/allOf[#/components/schemas/V2CourseRunWithCourse]/is_primary_language` to the response with the `201` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API POST /api/v2/enrollments/
		added the optional property `run/allOf[#/components/schemas/V2CourseRunWithCourse]/language` to the response with the `201` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v2/program_enrollments/
		added the optional property `items/enrollments/items/run/allOf[#/components/schemas/V2CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v2/program_enrollments/
		added the optional property `items/enrollments/items/run/allOf[#/components/schemas/V2CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API DELETE /api/v2/program_enrollments/{id}/
		added the optional property `items/enrollments/items/run/allOf[#/components/schemas/V2CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API DELETE /api/v2/program_enrollments/{id}/
		added the optional property `items/enrollments/items/run/allOf[#/components/schemas/V2CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v2/program_enrollments/{id}/
		added the optional property `enrollments/items/run/allOf[#/components/schemas/V2CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v2/program_enrollments/{id}/
		added the optional property `enrollments/items/run/allOf[#/components/schemas/V2CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API POST /api/v2/verified_program_enrollments/{courserun_id}/
		added the optional property `run/allOf[#/components/schemas/V2CourseRunWithCourse]/is_primary_language` to the response with the `201` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API POST /api/v2/verified_program_enrollments/{courserun_id}/
		added the optional property `run/allOf[#/components/schemas/V2CourseRunWithCourse]/language` to the response with the `201` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v3/enrollments/
		added the optional property `items/run/allOf[#/components/schemas/CourseRunWithCourseV3]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v3/enrollments/
		added the optional property `items/run/allOf[#/components/schemas/CourseRunWithCourseV3]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API POST /api/v3/enrollments/
		added the optional property `run/allOf[#/components/schemas/CourseRunWithCourseV3]/is_primary_language` to the response with the `201` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API POST /api/v3/enrollments/
		added the optional property `run/allOf[#/components/schemas/CourseRunWithCourseV3]/language` to the response with the `201` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v3/enrollments/{id}/
		added the optional property `run/allOf[#/components/schemas/CourseRunWithCourseV3]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v1.yaml	
	in API GET /api/v3/enrollments/{id}/
		added the optional property `run/allOf[#/components/schemas/CourseRunWithCourseV3]/language` to the response with the `200` status



## Changes for v2.yaml:
59 changes: 0 error, 0 warning, 59 info
info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v1/course_runs/
		added the optional property `items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v1/course_runs/
		added the optional property `items/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v1/course_runs/{id}/
		added the optional property `is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v1/course_runs/{id}/
		added the optional property `language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v1/courses/
		added the optional property `results/items/courseruns/items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v1/courses/
		added the optional property `results/items/courseruns/items/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v1/courses/{id}/
		added the optional property `courseruns/items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v1/courses/{id}/
		added the optional property `courseruns/items/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v1/enrollments/
		added the optional property `items/run/allOf[#/components/schemas/V1CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v1/enrollments/
		added the optional property `items/run/allOf[#/components/schemas/V1CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API POST /api/v1/enrollments/
		added the optional property `run/allOf[#/components/schemas/V1CourseRunWithCourse]/is_primary_language` to the response with the `201` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API POST /api/v1/enrollments/
		added the optional property `run/allOf[#/components/schemas/V1CourseRunWithCourse]/language` to the response with the `201` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API PATCH /api/v1/enrollments/{id}/
		added the optional property `run/allOf[#/components/schemas/V1CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API PATCH /api/v1/enrollments/{id}/
		added the optional property `run/allOf[#/components/schemas/V1CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API PUT /api/v1/enrollments/{id}/
		added the optional property `run/allOf[#/components/schemas/V1CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API PUT /api/v1/enrollments/{id}/
		added the optional property `run/allOf[#/components/schemas/V1CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v1/program_enrollments/
		added the optional property `items/enrollments/items/run/allOf[#/components/schemas/V1CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v1/program_enrollments/
		added the optional property `items/enrollments/items/run/allOf[#/components/schemas/V1CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v1/program_enrollments/
		added the optional property `items/program/courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v1/program_enrollments/
		added the optional property `items/program/courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API DELETE /api/v1/program_enrollments/{id}/
		added the optional property `enrollments/items/run/allOf[#/components/schemas/V1CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API DELETE /api/v1/program_enrollments/{id}/
		added the optional property `enrollments/items/run/allOf[#/components/schemas/V1CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API DELETE /api/v1/program_enrollments/{id}/
		added the optional property `program/courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API DELETE /api/v1/program_enrollments/{id}/
		added the optional property `program/courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v1/program_enrollments/{id}/
		added the optional property `enrollments/items/run/allOf[#/components/schemas/V1CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v1/program_enrollments/{id}/
		added the optional property `enrollments/items/run/allOf[#/components/schemas/V1CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v1/program_enrollments/{id}/
		added the optional property `program/courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v1/program_enrollments/{id}/
		added the optional property `program/courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v1/programs/
		added the optional property `results/items/courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v1/programs/
		added the optional property `results/items/courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v1/programs/{id}/
		added the optional property `courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v1/programs/{id}/
		added the optional property `courses/allOf[#/components/schemas/V1CourseWithCourseRuns]/courseruns/items/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v2/course_certificates/{cert_uuid}/
		added the optional property `course_run/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v2/course_certificates/{cert_uuid}/
		added the optional property `course_run/language` to the response with the `200` status

info	[new-optional-request-parameter] at head/openapi/specs/v2.yaml	
	in API GET /api/v2/courses/
		added the new optional `query` request parameter `courseruns__language`

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v2/courses/
		added the optional property `results/items/courseruns/items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v2/courses/
		added the optional property `results/items/courseruns/items/language` to the response with the `200` status

info	[response-required-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v2/courses/
		added the required property `results/items/language_options` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v2/courses/{id}/
		added the optional property `courseruns/items/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v2/courses/{id}/
		added the optional property `courseruns/items/language` to the response with the `200` status

info	[response-required-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v2/courses/{id}/
		added the required property `language_options` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v2/enrollments/
		added the optional property `items/run/allOf[#/components/schemas/V2CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v2/enrollments/
		added the optional property `items/run/allOf[#/components/schemas/V2CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API POST /api/v2/enrollments/
		added the optional property `run/allOf[#/components/schemas/V2CourseRunWithCourse]/is_primary_language` to the response with the `201` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API POST /api/v2/enrollments/
		added the optional property `run/allOf[#/components/schemas/V2CourseRunWithCourse]/language` to the response with the `201` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v2/program_enrollments/
		added the optional property `items/enrollments/items/run/allOf[#/components/schemas/V2CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v2/program_enrollments/
		added the optional property `items/enrollments/items/run/allOf[#/components/schemas/V2CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API DELETE /api/v2/program_enrollments/{id}/
		added the optional property `items/enrollments/items/run/allOf[#/components/schemas/V2CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API DELETE /api/v2/program_enrollments/{id}/
		added the optional property `items/enrollments/items/run/allOf[#/components/schemas/V2CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v2/program_enrollments/{id}/
		added the optional property `enrollments/items/run/allOf[#/components/schemas/V2CourseRunWithCourse]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v2/program_enrollments/{id}/
		added the optional property `enrollments/items/run/allOf[#/components/schemas/V2CourseRunWithCourse]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API POST /api/v2/verified_program_enrollments/{courserun_id}/
		added the optional property `run/allOf[#/components/schemas/V2CourseRunWithCourse]/is_primary_language` to the response with the `201` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API POST /api/v2/verified_program_enrollments/{courserun_id}/
		added the optional property `run/allOf[#/components/schemas/V2CourseRunWithCourse]/language` to the response with the `201` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v3/enrollments/
		added the optional property `items/run/allOf[#/components/schemas/CourseRunWithCourseV3]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v3/enrollments/
		added the optional property `items/run/allOf[#/components/schemas/CourseRunWithCourseV3]/language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API POST /api/v3/enrollments/
		added the optional property `run/allOf[#/components/schemas/CourseRunWithCourseV3]/is_primary_language` to the response with the `201` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API POST /api/v3/enrollments/
		added the optional property `run/allOf[#/components/schemas/CourseRunWithCourseV3]/language` to the response with the `201` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v3/enrollments/{id}/
		added the optional property `run/allOf[#/components/schemas/CourseRunWithCourseV3]/is_primary_language` to the response with the `200` status

info	[response-optional-property-added] at head/openapi/specs/v2.yaml	
	in API GET /api/v3/enrollments/{id}/
		added the optional property `run/allOf[#/components/schemas/CourseRunWithCourseV3]/language` to the response with the `200` status



Unexpected changes? Ensure your branch is up-to-date with main (consider rebasing).

@odlbot odlbot merged commit 567efe4 into release Apr 29, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants