Update last run's default store
Updates the last Actor run key-value store's name and general resource access level using a value specified by a JSON object passed in the PUT payload.
This endpoint is a shortcut for getting the run's defaultKeyValueStoreId and then using the Update store endpoint.
Path parameters
Actor ID or the username of the Actor owner and the Actor name, separated by a tilde (~).
Query parameters
Filter for the run status.
Filter for the run origin, i.e. the means by which the run was started.
Request body
Example request
{
"name": "new-store-name",
"generalAccess": "RESTRICTED"
}Response
Example response
{
"data": {
"id": "WkzbQMuFYuamGv3YF",
"name": "d7b9MDYsbtX5L7XAj",
"userId": "BPWDBd7Z9c746JAnF",
"username": "janedoe",
"createdAt": "2019-12-12T07:34:14.202Z",
"modifiedAt": "2019-12-13T08:36:13.202Z",
"accessedAt": "2019-12-14T08:36:13.202Z",
"consoleUrl": "https://console.apify.com/storage/key-value-stores/27TmTznX9YPeAYhkC",
"keysPublicUrl": "https://api.apify.com/v2/key-value-stores/WkzbQMuFYuamGv3YF/keys?signature=abc123",
"recordsPublicUrl": "https://api.apify.com/v2/key-value-stores/WkzbQMuFYuamGv3YF/records",
"generalAccess": "RESTRICTED",
"stats": {
"readCount": 9,
"writeCount": 3,
"deleteCount": 6,
"listCount": 2,
"s3StorageBytes": 18,
"storageBytes": 457225
}
}
}Changes
Changed in 3 of the 8 revisions of this API.161
- ●
added the new
cannot-publish-actor-taskenum value to theerror/typeresponse property for the response status400response-property-enum-value-added
- ●
added the new
cannot-publish-actor-taskenum value to theerror/typeresponse property for the response status401response-property-enum-value-added
- ●
added the new
cannot-publish-actor-taskenum value to theerror/typeresponse property for the response status403response-property-enum-value-added
- ●
added the new
cannot-publish-actor-taskenum value to theerror/typeresponse property for the response status404response-property-enum-value-added
- ●
added the new
cannot-publish-actor-taskenum value to theerror/typeresponse property for the response status405response-property-enum-value-added
- ●
added the new
cannot-publish-actor-taskenum value to theerror/typeresponse property for the response status413response-property-enum-value-added
- ●
added the new
cannot-publish-actor-taskenum value to theerror/typeresponse property for the response status415response-property-enum-value-added
- ●
added the new
cannot-publish-actor-taskenum value to theerror/typeresponse property for the response status429response-property-enum-value-added
- ●
- ○
api operation id
act_runs_last_keyValueStore_putremoved and replaced withactor_runs_last_keyValueStore_putapi-operation-id-removed
- ○
- ●
added the new
cannot-monetize-without-payout-billing-infoenum value to theerror/typeresponse property for the response status400response-property-enum-value-added
- ●
added the new
cannot-monetize-without-payout-billing-infoenum value to theerror/typeresponse property for the response status401response-property-enum-value-added
- ●
added the new
cannot-monetize-without-payout-billing-infoenum value to theerror/typeresponse property for the response status403response-property-enum-value-added
- ●
added the new
cannot-monetize-without-payout-billing-infoenum value to theerror/typeresponse property for the response status404response-property-enum-value-added
- ●
added the new
cannot-monetize-without-payout-billing-infoenum value to theerror/typeresponse property for the response status405response-property-enum-value-added
- ●
added the new
cannot-monetize-without-payout-billing-infoenum value to theerror/typeresponse property for the response status413response-property-enum-value-added
- ●
added the new
cannot-monetize-without-payout-billing-infoenum value to theerror/typeresponse property for the response status415response-property-enum-value-added
- ●
added the new
cannot-monetize-without-payout-billing-infoenum value to theerror/typeresponse property for the response status429response-property-enum-value-added
- ●
Of the 8 revisions, 1 has no diff computed.