SettersApi

All URIs are relative to http://localhost:50051

MethodHTTP requestDescription
set_valuePOST /set_value/{name}
setvalueat_indicesPOST /setvalueat_indices/{name}

set_value

setvalue(req::HTTP.Request, name::String, requestbody::Vector{Float64};) -> Nothing

Set the value of a variable.

Required Parameters

NameTypeDescriptionNotes
reqHTTP.RequestThe HTTP Request object
nameString[default to nothing]
request_bodyVector{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

NameTypeDescriptionNotes
reqHTTP.RequestThe HTTP Request object
nameString[default to nothing]
setvalueatindicesrequestSetValueAtIndicesRequest

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]