From 4e0b4d4b1dfc34e0e3679039a4ce9b6650e166cb Mon Sep 17 00:00:00 2001 From: Jonathan Zollinger Date: Tue, 14 Apr 2026 21:47:58 -0600 Subject: [PATCH 01/15] refactor: remove commented out properties --- src/main/resources/z4j.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/main/resources/z4j.yaml b/src/main/resources/z4j.yaml index ec029e8..2d5fbda 100644 --- a/src/main/resources/z4j.yaml +++ b/src/main/resources/z4j.yaml @@ -1398,12 +1398,10 @@ components: html_url: type: string description: The url of this category in Help Center - # readOnly: true id: type: integer format: int64 description: Automatically assigned when creating categories - # readOnly: true locale: type: string description: The locale where the category is displayed @@ -1413,7 +1411,6 @@ components: outdated: type: boolean description: Whether the category is out of date - # readOnly: true position: type: integer format: int64 @@ -1421,16 +1418,13 @@ components: source_locale: type: string description: The source (default) locale of the category - # readOnly: true updated_at: type: string format: date-time description: The time at which the category was last updated - # readOnly: true url: type: string description: The API url of this category - # readOnly: true required: - name CategoryResponse: From d7b0c5b8c0f6edfc1bdd7b2a38615b577c32c5fb Mon Sep 17 00:00:00 2001 From: jonathan zollinger Date: Thu, 9 Apr 2026 21:39:55 -0600 Subject: [PATCH 02/15] refactor: correct html syntax for hrefs --- src/main/resources/z4j.yaml | 164 ++++++++++++++++++------------------ 1 file changed, 82 insertions(+), 82 deletions(-) diff --git a/src/main/resources/z4j.yaml b/src/main/resources/z4j.yaml index 2d5fbda..996f293 100644 --- a/src/main/resources/z4j.yaml +++ b/src/main/resources/z4j.yaml @@ -14,7 +14,7 @@ paths:

Returns a list of all system and custom ticket fields in your account.

For end users, only the ticket fields with visible_in_portal set to true are returned.

Consider caching this resource to use with the{@link TicketClient}.

-

Allowed For

+

lookup relationships) to + href="/api-reference/ticketing/lookup_relationships/lookup_relationships/'>lookup relationships) to another object such as a user, ticket, or organization @@ -114,13 +114,13 @@ paths:

Note: Tags can't be re-used across custom ticket fields. For example, if you configure a tag for a checkbox field, you can't use that tag value for a dropdown (tagger) field option. The use of tags isn't validated and can prevent editing in the future.

-

See About custom field types in the Zendesk +

See About custom field types in the Zendesk Help Center.

-

Allowed For

+

Field limits

+

List Comments

-

Allowed For

+

Returns a number of ticket properties though not the ticket comments. To get the comments, use List Comments

+

Pagination.

-

Allowed for

+

This endpoint supports pagination as described in Pagination.

+

Pagination

+

Pagination.

+

See Pagination.

responses: "200": description: OK Response @@ -559,7 +559,7 @@ paths: summary: Create Category by Locale description: |-

You must specify a category name and locale. The locale can be omitted if it's specified - in the URL. Optionally, you can specify multiple translations for + in the URL. Optionally, you can specify multiple translations for the category. The specified locales must be enabled for the current Help Center.

Allowed for