SettersApi
All URIs are relative to http://localhost:50051
Method | HTTP request | Description |
---|---|---|
set_value | POST /set_value/{name} | |
setvalueat_indices | POST /setvalueat_indices/{name} |
set_value
setvalue(req::HTTP.Request, name::String, requestbody::Vector{Float64};) -> Nothing
Set the value of a variable.
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
req | HTTP.Request | The HTTP Request object | |
name | String | [default to nothing] | |
request_body | Vector{Float64} |
Return type
Nothing
Authorization
No authorization required
HTTP request headers
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
setvalueat_indices
setvalueatindices(req::HTTP.Request, name::String, setvalueatindices_request::SetValueAtIndicesRequest;) -> Nothing
Set the value of a variable at specific indices.
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
req | HTTP.Request | The HTTP Request object | |
name | String | [default to nothing] | |
setvalueatindicesrequest | SetValueAtIndicesRequest |
Return type
Nothing
Authorization
No authorization required
HTTP request headers
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]