cURL
curl --request POST \ --url http://localhost/api/v3/systems \ --header 'Content-Type: application/json' \ --data ' { "handle": "<string>" } '
{ "data": { "id": 123, "handle": "<string>", "created_at": "<string>", "updated_at": "<string>" } }
A POST to the /systems endpoint allows your application to create system.
POST
/systems
Documentation IndexFetch the complete documentation index at: https://docs.omneo.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.omneo.io/llms.txt
Use this file to discover all available pages before exploring further.
Show child attributes