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
mfori merged 1 commit into
mainfrom
feat/add-missing-update-limits
Oct 29, 2024
Merged

docs(api): Add missing update users limits endpoint#103
mfori merged 1 commit into
mainfrom
feat/add-missing-update-limits

Conversation

@mfori

@mfori mfori commented Oct 20, 2024

Copy link
Copy Markdown
Member

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 drobnikj and netmilk October 20, 2024 18:06
@mfori mfori self-assigned this Oct 20, 2024

@drobnikj drobnikj left a comment

Copy link
Copy Markdown
Member

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

mfori commented Oct 22, 2024

Copy link
Copy Markdown
Member Author

👏 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
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