Skip to content

fix: correct reason field type in CreateAppFeedCard response#182

Open
ennann wants to merge 1 commit into
larksuite:v3_mainfrom
ennann:fix/app-feed-card-reason-type
Open

fix: correct reason field type in CreateAppFeedCard response#182
ennann wants to merge 1 commit into
larksuite:v3_mainfrom
ennann:fix/app-feed-card-reason-type

Conversation

@ennann
Copy link
Copy Markdown

@ennann ennann commented Nov 4, 2025

The reason field in OpenFailedUserAppFeedCardItem should be int, not string. This matches the actual API response where reason returns numeric values (e.g., 4).

Changed:

  • OpenFailedUserAppFeedCardItem.Reason: *string -> *int
  • OpenFailedUserAppFeedCardItemBuilder.reason: string -> int
  • OpenFailedUserAppFeedCardItemBuilder.Reason() parameter: string -> int
error-image

The reason field in OpenFailedUserAppFeedCardItem should be int, not string.
This matches the actual API response where reason returns numeric values (e.g., 4).

Changed:
- OpenFailedUserAppFeedCardItem.Reason: *string -> *int
- OpenFailedUserAppFeedCardItemBuilder.reason: string -> int
- OpenFailedUserAppFeedCardItemBuilder.Reason() parameter: string -> int
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Nov 10, 2025

CLA assistant check
All committers have signed the CLA.

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