Update a guide details
Category > Guides
For an selected event and under a category the guides are created. So in this same API call:
- A category will generate
- A guide will be created
Follow the Request Body description to avoid any error.
NOTE:
- If new guide is desired to be created under a existing category, just send the existing categor name in the payload.
- If you add existing category name (case sensitive), then guide ites will be created under same category. If you add new category name a new category will get created. So add values accordingly.
| Path Parameters |
|---|
guideid string — REQUIRED |
| Request Body Not all properties are required for update. Following are the available options:
Follow this structure to avoid any error. |
|---|
category string |
title string |
type string |
content string |
image string |
files string[] |
| Responses | |||
|---|---|---|---|
200Success Response
| |||
defaultError Response
|