Update File

org:files:write

put/files/{network}/{id}

Path parameters

network'public' | 'private' required

Target a file on either the public or private IPFS network

idstring required

Request body

namestring

The updated name for a file

keyvaluesobject

Stringified key/values metadata

Example request

{
  "name": "Hello Files API"
}

Response

OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.