cURL
curl --request POST \ --url http://localhost/api/v3/targets \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "url": "<string>", "handle": "<string>", "template": "<string>", "notes": "<string>", "description": "<string>", "condition": [ "<string>" ] } '
{ "data": { "id": 123, "url": "<string>", "name": "<string>", "handle": "<string>", "template": "<string>", "description": "<string>", "notes": "<string>", "condition": [ "<unknown>" ], "created_at": "<string>", "updated_at": "<string>" } }
A POST to the /target endpoint allows your application to create a Target.
POST
/target
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.
Target
Show child attributes