Türkçe
Sınıflar Göster
Metodları Göster
Açıklamaları Göster
Açıklama:
Bu metot, yeni bir içerik oluşturur. İçerik başlığı, açıklaması gibi temel bilgileri alır ve veri tabanına kaydeder.
- CreateNewContentRequest: İçeriğin başlığı ve açıklaması bilgilerini içerir.
- contentTitle: İçerik başlığı (String).
- contentDescription: İçeriğin açıklaması veya uzun metin (String).
- ApiResponse: İçeriğin temel düzeyde oluşturulmuş halini döner.
{
"contentTitle": "string",
"contentDescription": "string"
}
{
"status": true,
"message": "string",
"data": {
"contentTitle": "string",
"contentDescription": "string"
}
}
CHOISE UR LANG.
English
Show Class
Show Methods
Show Descriptions
Description:
This method creates a new content. It takes basic information such as the content title and description and saves it to the database.
- CreateNewContentRequest: Contains the content's title and description information.
- contentTitle: The title of the content (String).
- contentDescription: The description or detailed text of the content (String).
- ApiResponse: Returns the basic created version of the content.
{
"contentTitle": "string",
"contentDescription": "string"
}
{
"status": true,
"message": "string",
"data": {
"contentTitle": "string",
"contentDescription": "string"
}
}