Operations




Specific API Operations which use the nominated Path structure.

Name

Required.

Verb

HTTP request method or verbs which indicate the desired action to be performed for a given resource.

Delete

Deletes the specified resource

Get

Requests data associated with the specified resource

Head

Asks for a response identical to a GET request, but without the response body

Options

Specifies the communication options for the target resource

Patch

Applies partial modifications to a resource

Post

Submits an entity to the specified resource, often causing side effects on the server or a change in state

Put

Replaces all current representations of the target resource with the request payload

Trace

Performs a message loop back test on the path to the target resource

Unspecified

No HTTP verb has been selected

Server Routine

Server Routine defined in the source tab as a *HTTP response

Summary

Optional.

Description

Optional.

Deprecated

Default false.

Operation Parameters

Refer to Name.

  • No labels