@Amy Z Thanks for reaching out. apiId
is the unique ID i.e. the name of your API in the current API Management service instance. You need to replace 5931a75ae4bbd512a88c680b
with your API name i.e. unique name and the same is return from the List by service APIM. The mapped property will be name
from your List by Service to the apiID
in your Assign to Operation API.
The 5931a75ae4bbd512a88c680a
will be the operation name (operationId) of type string. The mapped property will be name
from your List By API to the operationId
in your Assign to Operation API.
The sample request/response is just an example, and you need to review the type of value that is accepted for the API's.
Let me know if you have any queries or concerns.