Swirl Proxy

Get Request

get

Proxy request to the appropriate SwirlProxy class based on the method and path.

Args: full_path (str): The full path of the request. request (Request): The FastAPI request object.

Returns: JSONResponse: The response from the SwirlProxy class.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : Read Permissions
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
full_pathstringRequired
Responses
chevron-right
200

Successful Response

application/json
Responseany
get
/swirl/{full_path}

No content

Post Request

post

Proxy request to the appropriate SwirlProxy class based on the method and path.

Args: full_path (str): The full path of the request. request (Request): The FastAPI request object.

Returns: JSONResponse: The response from the SwirlProxy class.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : Read Permissions
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
full_pathstringRequired
Responses
chevron-right
200

Successful Response

application/json
Responseany
post
/swirl/{full_path}

No content

Put Request

put

Proxy request to the appropriate SwirlProxy class based on the method and path.

Args: full_path (str): The full path of the request. request (Request): The FastAPI request object.

Returns: JSONResponse: The response from the SwirlProxy class.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : Read Permissions
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
full_pathstringRequired
Responses
chevron-right
200

Successful Response

application/json
Responseany
put
/swirl/{full_path}

No content

Delete Request

delete

Proxy request to the appropriate SwirlProxy class based on the method and path.

Args: full_path (str): The full path of the request. request (Request): The FastAPI request object.

Returns: JSONResponse: The response from the SwirlProxy class.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : Read Permissions
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
full_pathstringRequired
Responses
chevron-right
200

Successful Response

application/json
Responseany
delete
/swirl/{full_path}

No content

Patch Request

patch

Proxy request to the appropriate SwirlProxy class based on the method and path.

Args: full_path (str): The full path of the request. request (Request): The FastAPI request object.

Returns: JSONResponse: The response from the SwirlProxy class.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : Read Permissions
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
full_pathstringRequired
Responses
chevron-right
200

Successful Response

application/json
Responseany
patch
/swirl/{full_path}

No content

Last updated