API ReferenceGoals
Create Many
Create multiple goals.
Authorization
bearerAuth user, superuser, admin, superadmin, readonlyAuthorization<token>
In: header
Scope: user, superuser, admin, superadmin, readonly
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
Try it live
curl -X POST "https://example.com/goals" \ -H "Content-Type: application/json" \ -d '{ "value": 0.1, "type": "availability", "machineIds": [ 0.1 ] }'[ {}]