cURL
curl --request PATCH \ --url https://staging.hdp.api.herodotus.cloud/modules/{id} \ --header 'Content-Type: application/json' \ --data ' { "abi": "<unknown>", "description": "<string>", "license": "<string>", "name": "<string>", "source_code": "<unknown>", "tags": [ "<string>" ] } '
{ "compilerVersion": "<string>", "createdAt": "<string>", "downloadsCount": 123, "id": "<string>", "isVerified": true, "name": "<string>", "publishedOnMarketplace": true, "updatedAt": "<string>", "usageCount": 123, "usersCount": 123, "abi": "<unknown>", "creatorUser": "<string>", "description": "<string>", "latestModuleVersionProgramHash": "<string>", "license": "<string>", "scarbToml": "<string>", "sourceCode": "<unknown>", "tags": [ "<string>" ] }
Updates the metadata of an existing module. Can update name, description, tags, license, and other module properties.
The unique identifier of the module to update
Module updated successfully