Skip to content

Tags: apify/apify-client-python

Tags

v1.12.1

Toggle v1.12.1's commit message
chore(release): Update changelog and package version [skip ci]

v1.12.0

Toggle v1.12.0's commit message
chore(release): Update changelog and package version [skip ci]

v1.11.0

Toggle v1.11.0's commit message
chore(release): Update changelog and package version [skip ci]

v1.10.0

Toggle v1.10.0's commit message
chore(release): Update changelog and package version [skip ci]

v1.9.4

Toggle v1.9.4's commit message
chore(release): Update changelog and package version [skip ci]

v1.9.3

Toggle v1.9.3's commit message
chore(release): Update changelog and package version [skip ci]

v1.9.2

Toggle v1.9.2's commit message
chore(release): Update changelog and package version [skip ci]

v1.9.1

Toggle v1.9.1's commit message
chore(release): Update changelog and package version [skip ci]

v1.9.0

Toggle v1.9.0's commit message
chore(release): Update changelog and package version [skip ci]

v1.8.2b4

Toggle v1.8.2b4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add user.update_limits (#279)

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