Skip to content

Wrong JsonProperty for Macro updatedAt field #368

@jellevangompel

Description

@jellevangompel

Describe the bug
The JsonProperty on the method getUpdatedAt() for the class org.zendesk.client.v2.model.Macro is "deleted_at". This is not a valid json value Zendesk spec, which causes the field to be null.

Extract from Macro class (line 70-73):
@JsonProperty("deleted_at")
public Date getUpdatedAt() {
return updatedAt;
}

Expected behavior
The JsonProperty should be "updated_at"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions