Creating an operation to add a movie to the catalog - Cloud

Talend Cloud API Services Platform Getting Started Guide

Version
Cloud
Language
English
Operating system
API Services Platform
Product
Talend Cloud
Module
Talend API Designer
Talend API Tester
Talend Management Console
Talend Studio
Content
Design and Development
Last publication date
2024-03-05

Create a POST operation that allows you to add a movie to the catalog.

Procedure

  1. Click the + button to the right of the Movies section and select Operation.
  2. Configure the general information as follows:
    Field Value
    Name Add a movie
    Method POST
    Path /movies
    Description Add a new movie to the catalog.
    Id addMovie
  3. In the REQUEST section, click Add next to BODY.
  4. In the TYPE section, select Movie in the Type list.
    Screenshot of the REQUEST section.
  5. Click Add next to RESPONSES and select 2XX - Default in the Status field.
  6. Click Save.