Logo
Molter API Documentation

Invalid Inputs

Number of APIs: 4


1. List a video with invalid id

GET {{baseUrl}}/videos/:id



2. Delete a video with invalid id

DELETE {{baseUrl}}/videos/:id



3. Update a video without title

PUT {{baseUrl}}/videos/:id



4. Create a new video without header application/json

POST {{baseUrl}}/videos



ENDPOINTS