cURL
curl --request PUT \ --url https://api.production.hyperoru.com/api/factors/custom/{factor_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "context": {}, "expression": "<string>", "symbol": "<string>" } '
{ "id": 123, "name": "<string>", "category": "<string>", "description": "<string>", "source": "<string>" }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Factor ID
Factor expression evaluation request.
Custom factor updated
Factor catalogue entry.
Was this page helpful?