Publish Module
Publishes an HDP module to the marketplace, making it visible to all users. This endpoint requires authentication.Endpoint
Authentication
This endpoint requires authentication using an API key:Path Parameters
| Parameter | Type | Description |
|---|---|---|
| id | string | The unique module ID (ULID) |
Example Request
Response
Success Response (200 OK)
Not Found Response (404)
Unauthorized Response (401)
Notes
- Authentication is required for this endpoint
- Publishing a module makes it visible in the marketplace
- Published modules can be discovered by all users
- Use the Unpublish Module endpoint to remove a module from the marketplace

