put
https://api.ol-hub.com/backend/api/v1/modules/
The update module API sends a PUT request to modify a module name and description.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Prerequisites
- The caller must provide a module id.
Authorization
- API key (via the
X-API-KEYheader).
Parameters
Path Parameters
| Field name | Description | Format |
|---|---|---|
| id | Module ID | UUID |
Request Body
| Field name | Description | Format |
|---|---|---|
| name | The name of a module | String |
| description | The description of a module | String |
Examples
{
"name": "module-updated",
"description": "module description updated"
}
