Skip to content

♻️ Rename app_slug parameter of _get_app to app_id#192

Merged
patrick91 merged 1 commit intomainfrom
rename-app_slug-to-app_id
May 5, 2026
Merged

♻️ Rename app_slug parameter of _get_app to app_id#192
patrick91 merged 1 commit intomainfrom
rename-app_slug-to-app_id

Conversation

@YuriiMotov
Copy link
Copy Markdown
Contributor

The parameter of _get_app is wrongly named as app_slug. The endpoint actually accepts app_id as path parameter. And the actual value passed to _get_app is app ID, not slug:

app = _get_app(client=client, app_slug=target_app_id)

@YuriiMotov YuriiMotov requested a review from patrick91 May 5, 2026 07:28
@patrick91 patrick91 merged commit f2634ef into main May 5, 2026
21 checks passed
@patrick91 patrick91 deleted the rename-app_slug-to-app_id branch May 5, 2026 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants