Edit Course Category

edit course category

post
/v2/module/category/edit

edit course category

Authorizations
AuthorizationstringRequired
Query parameters
slugstringOptional

slug of category

Body
namestringOptional

name of course category

Responses
200

Response

application/json
post
/v2/module/category/edit
POST /v2/module/category/edit HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 15

{
  "name": "text"
}
200

Response

{
  "data": [
    {
      "created_at": "text",
      "id": 1,
      "name": "text",
      "slug": "text",
      "updated_at": "text"
    }
  ],
  "message": "success",
  "status": true
}

Last updated