Skip to content

feat(API): Add language_ai_profile to locales#1207

Merged
Sven Dunemann (forelabs) merged 2 commits into
mainfrom
feat/api-add-language-ai-profile
Jun 25, 2026
Merged

feat(API): Add language_ai_profile to locales#1207
Sven Dunemann (forelabs) merged 2 commits into
mainfrom
feat/api-add-language-ai-profile

Conversation

@forelabs

Copy link
Copy Markdown
Member

Add language_ai_profile parameter to the locale create and update request bodies, and to the locale serializer schema.

Add language_ai_profile parameter to the locale create and update
request bodies, and to the locale serializer schema.
@github-actions

Copy link
Copy Markdown
Contributor

API changelog (oasdiff)

Doc-only edits (descriptions, examples) do not appear here.

12 changes: 0 error, 0 warning, 12 info
info	[response-optional-property-added] at doc/compiled.json
	in API GET /notification_groups
		added the optional property `items/latest_notification/locale/language_ai_profile` to the response with the `200` status

info	[response-optional-property-added] at doc/compiled.json
	in API PATCH /notification_groups/mark_all_as_read
		added the optional property `items/latest_notification/locale/language_ai_profile` to the response with the `200` status

info	[response-optional-property-added] at doc/compiled.json
	in API PATCH /notification_groups/{id}/mark_as_read
		added the optional property `latest_notification/locale/language_ai_profile` to the response with the `200` status

info	[response-optional-property-added] at doc/compiled.json
	in API GET /notifications
		added the optional property `items/locale/language_ai_profile` to the response with the `200` status

info	[response-optional-property-added] at doc/compiled.json
	in API POST /notifications/mark_all_as_read
		added the optional property `items/locale/language_ai_profile` to the response with the `200` status

info	[response-optional-property-added] at doc/compiled.json
	in API GET /notifications/{id}
		added the optional property `locale/language_ai_profile` to the response with the `200` status

info	[response-optional-property-added] at doc/compiled.json
	in API GET /projects/{project_id}/locales
		added the optional property `items/language_ai_profile` to the response with the `200` status

info	[new-optional-request-property] at doc/compiled.json
	in API POST /projects/{project_id}/locales
		added the new optional request property `language_ai_profile`

info	[response-optional-property-added] at doc/compiled.json
	in API POST /projects/{project_id}/locales
		added the optional property `allOf[subschema #1: locale]/language_ai_profile` to the response with the `201` status

info	[response-optional-property-added] at doc/compiled.json
	in API GET /projects/{project_id}/locales/{id}
		added the optional property `allOf[subschema #1: locale]/language_ai_profile` to the response with the `200` status

info	[new-optional-request-property] at doc/compiled.json
	in API PATCH /projects/{project_id}/locales/{id}
		added the new optional request property `language_ai_profile`

info	[response-optional-property-added] at doc/compiled.json
	in API PATCH /projects/{project_id}/locales/{id}
		added the optional property `allOf[subschema #1: locale]/language_ai_profile` to the response with the `200` status

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants