Skip to content
2 changes: 1 addition & 1 deletion src/apify_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ export class ApifyClient {
* Use this to search and retrieve information about public Actors.
*
* @returns A client for the Apify Store
* @see https://docs.apify.com/api/v2/store-actors-get
* @see https://docs.apify.com/api/v2/store-get
*/
store(): StoreCollectionClient {
return new StoreCollectionClient(this._options());
Expand Down
2 changes: 1 addition & 1 deletion src/resource_clients/actor_env_var.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import type { ActorEnvironmentVariable } from './actor_version';
* await envVarClient.update({ value: 'new-value' });
* ```
*
* @see https://docs.apify.com/platform/actors/development/actor-definition/environment-variables
* @see https://docs.apify.com/platform/actors/development/programming-interface/environment-variables
*/
export class ActorEnvVarClient extends ResourceClient {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/resource_clients/actor_env_var_collection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import type { ActorEnvironmentVariable } from './actor_version';
* });
* ```
*
* @see https://docs.apify.com/platform/actors/development/actor-definition/environment-variables
* @see https://docs.apify.com/platform/actors/development/programming-interface/environment-variables
*/
export class ActorEnvVarCollectionClient extends ResourceCollectionClient {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/resource_clients/actor_version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { ActorEnvVarCollectionClient } from './actor_env_var_collection';
* await versionClient.update({ buildTag: 'latest' });
* ```
*
* @see https://docs.apify.com/platform/actors/development/actor-definition/versions
* @see https://docs.apify.com/api/v2/act-versions-get
*/
export class ActorVersionClient extends ResourceClient {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/resource_clients/actor_version_collection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import type { ActorVersion, FinalActorVersion } from './actor_version';
* });
* ```
*
* @see https://docs.apify.com/platform/actors/development/actor-definition/versions
* @see https://docs.apify.com/api/v2/act-versions-get
*/
export class ActorVersionCollectionClient extends ResourceCollectionClient {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/resource_clients/store_collection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class StoreCollectionClient extends ResourceCollectionClient {
*
* @param options - Search and pagination options.
* @returns A paginated iterator of store Actors.
* @see https://docs.apify.com/api/v2/store-actors-get
* @see https://docs.apify.com/api/v2/store-get
*/
list(options: StoreCollectionListOptions = {}): PaginatedIterator<ActorStoreList> {
ow(
Expand Down
6 changes: 3 additions & 3 deletions src/resource_clients/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class UserClient extends ResourceClient {
* Retrieves the user's monthly usage data.
*
* @returns The monthly usage object, or `undefined` if it does not exist.
* @see https://docs.apify.com/api/v2/user-usage-monthly-get
* @see https://docs.apify.com/api/v2/users-me-usage-monthly-get
*/
async monthlyUsage(): Promise<MonthlyUsage | undefined> {
const requestOpts: ApifyRequestConfig = {
Expand Down Expand Up @@ -84,7 +84,7 @@ export class UserClient extends ResourceClient {
* Retrieves the user's account and usage limits.
*
* @returns The account and usage limits object, or `undefined` if it does not exist.
* @see https://docs.apify.com/api/v2/user-limits-get
* @see https://docs.apify.com/api/v2/users-me-limits-get
*/
async limits(): Promise<AccountAndUsageLimits | undefined> {
const requestOpts: ApifyRequestConfig = {
Expand All @@ -106,7 +106,7 @@ export class UserClient extends ResourceClient {
* Updates the user's account and usage limits.
*
* @param options - The new limits to set.
* @see https://docs.apify.com/api/v2/user-limits-put
* @see https://docs.apify.com/api/v2/users-me-limits-put
*/
async updateLimits(options: LimitsUpdateOptions): Promise<void> {
const requestOpts: ApifyRequestConfig = {
Expand Down
8 changes: 4 additions & 4 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@apify/docs-theme": "^1.0.181",
"@apify/docusaurus-plugin-typedoc-api": "^5.0.0",
"@apify/docusaurus-plugin-typedoc-api": "^5.1.3",
"@docusaurus/core": "^3.8.1",
"@docusaurus/faster": "^3.8.1",
"@docusaurus/preset-classic": "^3.8.1",
Expand Down
18 changes: 9 additions & 9 deletions website/versioned_docs/version-2/api-typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2999,7 +2999,7 @@
"content": [
{
"kind": "text",
"text": "https://docs.apify.com/platform/actors/development/actor-definition/environment-variables"
"text": "https://docs.apify.com/platform/actors/development/programming-interface/environment-variables"
}
]
}
Expand Down Expand Up @@ -3600,7 +3600,7 @@
"content": [
{
"kind": "text",
"text": "https://docs.apify.com/platform/actors/development/actor-definition/environment-variables"
"text": "https://docs.apify.com/platform/actors/development/programming-interface/environment-variables"
}
]
}
Expand Down Expand Up @@ -4174,7 +4174,7 @@
"content": [
{
"kind": "text",
"text": "https://docs.apify.com/platform/actors/development/actor-definition/versions"
"text": "https://docs.apify.com/api/v2/act-versions-get"
}
]
}
Expand Down Expand Up @@ -4932,7 +4932,7 @@
"content": [
{
"kind": "text",
"text": "https://docs.apify.com/platform/actors/development/actor-definition/versions"
"text": "https://docs.apify.com/api/v2/act-versions-get"
}
]
}
Expand Down Expand Up @@ -7984,7 +7984,7 @@
"content": [
{
"kind": "text",
"text": "https://docs.apify.com/api/v2/store-actors-get"
"text": "https://docs.apify.com/api/v2/store-get"
}
]
}
Expand Down Expand Up @@ -28064,7 +28064,7 @@
"content": [
{
"kind": "text",
"text": "https://docs.apify.com/api/v2/store-actors-get"
"text": "https://docs.apify.com/api/v2/store-get"
}
]
}
Expand Down Expand Up @@ -30714,7 +30714,7 @@
"content": [
{
"kind": "text",
"text": "https://docs.apify.com/api/v2/user-limits-get"
"text": "https://docs.apify.com/api/v2/users-me-limits-get"
}
]
}
Expand Down Expand Up @@ -30810,7 +30810,7 @@
"content": [
{
"kind": "text",
"text": "https://docs.apify.com/api/v2/user-usage-monthly-get"
"text": "https://docs.apify.com/api/v2/users-me-usage-monthly-get"
}
]
}
Expand Down Expand Up @@ -30889,7 +30889,7 @@
"content": [
{
"kind": "text",
"text": "https://docs.apify.com/api/v2/user-limits-put"
"text": "https://docs.apify.com/api/v2/users-me-limits-put"
}
]
}
Expand Down