Define the PUT
operation for the
/phonebook/contacts/{lastName}
path
This topic is applicable to:
Paths are endpoints or resources that are exposed by your API, such as
/phonebook/contacts/{lastName}
. Each resource has one or more
operations, which are HTTP methods that are used to manipulate these resources. For
example, GET, PUT, or DELETE.
The paths are defined by the OpenAPI definition that you imported in the task Starting the z/OS Connect Designer with Docker and importing an OpenAPI definition. In the z/OS Connect Designer, the available operations appear in the left navigation under Paths.

You create z/OS Assets to configure the
relationship between your API request and the endpoint. For example, you create a z/OS Asset that is called phonebook
that
uses the PUT /phonebook/contacts/{lastName}
operation to add a contact to the IMS
phonebook
.