- OUTBACK APIs
- User
- Post
- Get Popular Categories PostGET
- Add PostPOST
- Update PostPATCH
- Get PostGET
- Get My PostGET
- Detail Post By IdGET
- Get Trending PostsGET
- Get Most Viewed PostGET
- get specfic user postGET
- Record Fav_Unfav postPOST
- Get Favt PostGET
- Record ViewsPOST
- All Posts ViewsGET
- Add CommentPOST
- Get CommentsGET
- Get Collection ListGET
- Get Post CollectionGET
- Remove CollectionDELETE
- Soft Delete PostDELETE
- Delete PostDELETE
- Update Sold TypePUT
- report postPOST
- update thumnail of postsPOST
- ChatRoom/Messages
- Town Hall
- notfication
- Category
- Payments
- PAYMENTS APIS
update thumnail of posts
Developing
POST
http://localhost:3000/api/v1/post-mgt/seed-thumbnails
Request
None
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:3000/api/v1/post-mgt/seed-thumbnails'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-02-24 14:52:23