For the complete documentation index, see llms.txt. This page is also available as Markdown.

Set operation

This is a pre-built Action located under the APIs List. The functionality of this Action in Avo Assure is to set the operation for the APIs execution.

Syntax

Input Value: <operation_name>

Argument
Description

<operation_name> (Required)

Provide the name of the APIs operation you want to execute.

Output Value: N/A

Argument
Description

N/A

Not Applicable

Example: Setting an Operation Name for a APIs Request

In this example, we are explaining how to set the operation name to ChangeSizeProduct for a APIs request during API testing.

  • Action: Set operation

  • Input Value: ChangeSizeProduct

    • The input value (ChangeSizeProduct) specifies the operation name that should be applied to the API request. The action configures the API to use this operation for subsequent API execution.

  • Output Value: N/A

  • Logical Explanation: The Set operation action reads the value from the Input Value column (ChangeSizeProduct) and applies it as the operation name for the API call.

Last updated