docs/applicationApiToken.md in losant_rest-1.7.2 vs docs/applicationApiToken.md in losant_rest-1.8.0

- old
+ new

@@ -33,10 +33,11 @@ | Name | Type | Required | Description | Default | Example | | ---- | ---- | -------- | ----------- | ------- | ------- | | applicationId | string | Y | ID associated with the application | | 575ec8687ae143cd83dc4a97 | | apiTokenId | string | Y | ID associated with the API token | | 575ec7417ae143cd83dc4a95 | +| losantdomain | string | N | Domain scope of request (rarely needed) | | example.com | #### Successful Responses | Code | Type | Description | | ---- | ---- | ----------- | @@ -72,10 +73,11 @@ | Name | Type | Required | Description | Default | Example | | ---- | ---- | -------- | ----------- | ------- | ------- | | applicationId | string | Y | ID associated with the application | | 575ec8687ae143cd83dc4a97 | | apiTokenId | string | Y | ID associated with the API token | | 575ec7417ae143cd83dc4a95 | +| losantdomain | string | N | Domain scope of request (rarely needed) | | example.com | #### Successful Responses | Code | Type | Description | | ---- | ---- | ----------- | @@ -113,9 +115,10 @@ | Name | Type | Required | Description | Default | Example | | ---- | ---- | -------- | ----------- | ------- | ------- | | applicationId | string | Y | ID associated with the application | | 575ec8687ae143cd83dc4a97 | | apiTokenId | string | Y | ID associated with the API token | | 575ec7417ae143cd83dc4a95 | | apiToken | [API Token Patch](_schemas.md#api-token-patch) | Y | Object containing new properties of the API token | | [API Token Patch Example](_schemas.md#api-token-patch-example) | +| losantdomain | string | N | Domain scope of request (rarely needed) | | example.com | #### Successful Responses | Code | Type | Description | | ---- | ---- | ----------- |