curl --request PATCH \
--url https://api.openworklabs.com/v1/marketplaces/{marketplaceId} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>"
}
'{
"ok": true,
"item": {
"id": "<string>",
"organizationId": "<string>",
"name": "<string>",
"description": "<string>",
"status": "active",
"createdByOrgMembershipId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"pluginCount": 4503599627370495
}
}Updates marketplace metadata.
curl --request PATCH \
--url https://api.openworklabs.com/v1/marketplaces/{marketplaceId} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>"
}
'{
"ok": true,
"item": {
"id": "<string>",
"organizationId": "<string>",
"name": "<string>",
"description": "<string>",
"status": "active",
"createdByOrgMembershipId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"pluginCount": 4503599627370495
}
}Den TypeID with 'mkt_' prefix and a 26-character base32 suffix.
30^mkt_.*Was this page helpful?