Skip to content

docs(STRINGS-3279): document unverify_new_translations, unverify_updated_translations, unverify_on_source_changes locale fields - #1243

Merged
Łukasz Ciesielski (lookasc) merged 1 commit into
mainfrom
docs/locale-unverify-settings-alignment
Aug 27, 2026
Merged

docs(STRINGS-3279): document unverify_new_translations, unverify_updated_translations, unverify_on_source_changes locale fields#1243
Łukasz Ciesielski (lookasc) merged 1 commit into
mainfrom
docs/locale-unverify-settings-alignment

Conversation

@lookasc

@lookasc Łukasz Ciesielski (lookasc) commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds the unverify_new_translations, unverify_updated_translations, and unverify_on_source_changes boolean fields to the locale response schema, and adds the missing unverify_on_source_changes request field to the create/update locale endpoints. These fields were already returned/accepted by the API but not documented.

Related task:

…d unverify_on_source_changes locale fields

These fields are already returned by the API but were missing from the schema and request docs.
@github-actions

Copy link
Copy Markdown
Contributor

API changelog (oasdiff)

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

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

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

info	[response-optional-property-added] at doc/compiled.json
	in API GET /notification_groups
		added the optional property `items/latest_notification/locale/unverify_updated_translations` 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/unverify_new_translations` 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/unverify_on_source_changes` 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/unverify_updated_translations` 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/unverify_new_translations` 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/unverify_on_source_changes` 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/unverify_updated_translations` 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/unverify_new_translations` 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/unverify_on_source_changes` 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/unverify_updated_translations` 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/unverify_new_translations` 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/unverify_on_source_changes` 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/unverify_updated_translations` 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/unverify_new_translations` 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/unverify_on_source_changes` 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/unverify_updated_translations` 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/unverify_new_translations` 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/unverify_on_source_changes` 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/unverify_updated_translations` 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 `unverify_on_source_changes`

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

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

info	[response-optional-property-added] at doc/compiled.json
	in API POST /projects/{project_id}/locales
		added the optional property `allOf[subschema #1: locale]/unverify_updated_translations` 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]/unverify_new_translations` to the response with the `200` 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]/unverify_on_source_changes` to the response with the `200` 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]/unverify_updated_translations` 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 `unverify_on_source_changes`

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]/unverify_new_translations` to the response with the `200` status

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]/unverify_on_source_changes` to the response with the `200` status

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]/unverify_updated_translations` to the response with the `200` status

@lookasc Łukasz Ciesielski (lookasc) changed the title Document unverify_new_translations, unverify_updated_translations, unverify_on_source_changes locale fields docs: document unverify_new_translations, unverify_updated_translations, unverify_on_source_changes locale fields Aug 26, 2026
@lookasc
Łukasz Ciesielski (lookasc) marked this pull request as ready for review August 26, 2026 13:39
@lookasc Łukasz Ciesielski (lookasc) changed the title docs: document unverify_new_translations, unverify_updated_translations, unverify_on_source_changes locale fields docs(STRINGS-3279): document unverify_new_translations, unverify_updated_translations, unverify_on_source_changes locale fields Aug 26, 2026
@lookasc
Łukasz Ciesielski (lookasc) merged commit 4d8d86c into main Aug 27, 2026
15 of 17 checks passed
@lookasc
Łukasz Ciesielski (lookasc) deleted the docs/locale-unverify-settings-alignment branch August 27, 2026 06:28
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