Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

docs(api): Add missing update users limits endpoint #103

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

MFori
Copy link
Member

@MFori MFori commented Oct 20, 2024

Add PUT: /v2/users/me/limits to docs (ep already exists in api, but was not documented yet.)
Resolves: apify/apify-client-js#329

@MFori MFori added the documentation Improvements or additions to documentation label Oct 20, 2024
@MFori MFori requested review from netmilk and drobnikj October 20, 2024 18:06
@MFori MFori self-assigned this Oct 20, 2024
Copy link
Member

@drobnikj drobnikj left a comment

Choose a reason for hiding this comment

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

👏
Sadly this endpoint is missing on several places:

Can you look and fix or create issue to fix?

@MFori
Copy link
Member Author

MFori commented Oct 22, 2024

👏 Sadly this endpoint is missing on several places:

Can you look and fix or create issue to fix?

The JS client is ready here: apify/apify-client-js#595
I will look at python client and console docs as well, thanks

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 added a commit to apify/apify-client-js that referenced this pull request Oct 24, 2024
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 merged commit 3af93b8 into main Oct 29, 2024
2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add endpoints for user limits and usage
2 participants