UpdateData
Update previously uploaded data stored through Storedat
Description
This mutation will update a single piece of previously uploaded data through Storedat; however, this operation will not actually update the previously stored data on the underlying decentralized storage platform as that is not possible. This operation will upload the content as net new and instruct the Storedat indexing layer to point to this new representation of your data. There is no support for data encryption at this time.
Due to the public nature of decentralized storage protocols, users should NOT store any private or sensitive information in an unencrypted form or data that may need to be permanently deleted in the future using the Storedat API
Arguments
groupId
The unique grouping id identifying the data you are storing. You can use this to group related data that you want to store together (i.e. NFT project metadata, content to a given entity). Should only include alphanumerical characters and the -
character
providerId
content
The content representing the update
Response Details
operation
The Operation enum represents the supported mutation operations
providerId
The identifier of the content provided by the underlying storage protocol i.e transactionID, CID
url
The url pointing to the data hosted on the underlying storage protocol
provider
The web3 storage solution the data is stored.
metadata
An array of key/value pairs representing the metadata of your data
errorMessage
An error message if an issue occurs while mutating your data
Request Headers
client-id
An identifier representing you as a user of the API. This will be provided to you upon signing up for the beta program
Authorization
Your API Key required to be able to interact with this method. This will be provided to you upon signing up for the beta program
Sample Mutation
Sample Response
Last updated