chore(api-docs): update doc with Estuary

This commit is contained in:
Aminejv 2023-01-17 16:48:39 +01:00
parent 86f9bbdc65
commit 9ea30de928
3 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ export default class APIDocsUploadToSlate extends React.Component {
style={{ maxWidth: 640 }}
label="Upload"
description={
"This API endpoint allows you to upload a file to your data. This uses our data transfer microservice to interact with Textile Buckets and upload data to the IPFS/Filecoin network."
"This API endpoint allows you to upload a file to your data. This uses our data transfer microservice to interact with Estuary and upload data to the IPFS/Filecoin network."
}
/>
<CodeBlock

View File

@ -79,7 +79,7 @@ export default class APIDocsUploadToSlate extends React.Component {
style={{ maxWidth: 640 }}
label="Upload File"
description={
"This API endpoint allows you to upload file(s) to your collection. This uses our data transfer microservice to interact with Textile Buckets and upload data to the IPFS/Filecoin network."
"This API endpoint allows you to upload file(s) to your collection. This uses our data transfer microservice to interact with Estuary and upload data to the IPFS/Filecoin network."
}
/>
<CodeBlock

View File

@ -79,7 +79,7 @@ export default class APIDocsUploadToSlate extends React.Component {
style={{ maxWidth: 640 }}
label="Upload File"
description={
"This API endpoint allows you to upload file(s) to your collection. This uses our data transfer microservice to interact with Textile Buckets and upload data to the IPFS/Filecoin network."
"This API endpoint allows you to upload file(s) to your collection. This uses our data transfer microservice to interact with Estuary and upload data to the IPFS/Filecoin network."
}
/>
<CodeBlock