Skip to content

feat: add user.updateLimits#595

Merged
mfori merged 2 commits into
masterfrom
feat/user-update-limits
Oct 24, 2024
Merged

feat: add user.updateLimits#595
mfori merged 2 commits into
masterfrom
feat/user-update-limits

Conversation

@mfori

@mfori mfori commented Oct 20, 2024

Copy link
Copy Markdown
Member

Resolves #329 - add updateLimits function to UserClient, which does PUT: /v2/users/:userId/limits
Api docs PR here: apify/openapi#103
Endpoint is already implemented, only api docs and client was missing

@mfori mfori added the t-console Issues with this label are in the ownership of the console team. label Oct 20, 2024
@mfori mfori requested review from gippy and tobice October 20, 2024 18:39
@mfori mfori self-assigned this Oct 20, 2024
@github-actions github-actions Bot added this to the 100th sprint - Console team milestone Oct 20, 2024
@github-actions github-actions Bot added the tested Temporary label used only programatically for some analytics. label Oct 20, 2024

@tobice tobice left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just two naming suggestions, otherwise okay.

Comment thread src/resource_clients/user.ts Outdated
Comment thread src/resource_clients/user.ts Outdated
vdusek pushed a commit to apify/apify-client-python that referenced this pull request Oct 24, 2024
Resolves apify/apify-client-js#329 - add
`update_limits` function to `UserClient`, which does `PUT:
/v2/users/:userId/limits`

Api docs PR here: apify/openapi#103

Client JS PR here: apify/apify-client-js#595

Console api docs PR here: apify/apify-core#18038

Endpoint is already implemented, only api docs and clients were missing
@mfori mfori merged commit bf97c0f into master Oct 24, 2024
@mfori mfori deleted the feat/user-update-limits branch October 24, 2024 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t-console Issues with this label are in the ownership of the console team. tested Temporary label used only programatically for some analytics.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add endpoints for user limits and usage

3 participants