OasPathApi
valkyrai-api
All URIs are relative to http://localhost:8080/v1
| Method | HTTP request | Description |
|---|---|---|
| deleteOasPath | DELETE OasPathApi | Delete a OasPath. |
deleteOasPath
Void
deleteOasPath(id)
Delete a OasPath.
Deletes a specific OasPath.
Example
Import classes:
import com.valkyrlabs.ApiException;
import com.valkyrlabs.api.OasPathApi;
OasPathApi apiInstance = new OasPathApi();
UUID id = UUID.randomUUID(); // UUID | Unique identifier for the OasPath.
try {
Void result = apiInstance.deleteOasPath(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling OasPathApi#deleteOasPath");
e.printStackTrace();
}
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| id | UUID | Unique identifier for the OasPath. |
Return type
Void
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: Not defined
getOasPath
OasPath
getOasPath(id)
Retrieve a single OasPath
Retrieves a single OasPath for a specific uid.