configuration / syncteam

CLI REST-API

references

The submenu references (references) contains the following:

Menus:
nts1 (NTS1)

Objects: none

Commands:
add-reference (adds a reference)
delete-reference (delete a reference)



See also:
/configuration/syncteam/references/[ID]
/configuration/syncteam/references/add-reference: adds a reference
/configuration/syncteam/references/delete-reference: delete a reference

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/syncteam/references


Example using curl:
curl /api/configuration/syncteam/references


Method: PATCH
URL: /api/configuration/syncteam/references
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/syncteam/references
-d "{
  \"objects\": \"new-values\"
}"


Method: POST
URL: /api/configuration/syncteam/references
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X POST /api/configuration/syncteam/references
-d "{
  \"objects\": \"new-values\"
}"