Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Codeblock
{
	"method":"cable.group.create",
	"params":{
		"apikey":"24174j3tqj",
		"data": {
			"description":"Gruppe 1",
			"classclassification":"LAN-Kabel"
		}
	},
	"version":"2.0"
}

...

Codeblock
{
	"method":"cable.group.update",
	"params":{
		"apikey":"24174j3tqj",
		"id":4,
		"data": {
			"description":"Gruppe 1",
			"classclassification":"LAN-Kabel"
		}
	},
	"version":"2.0"
}

...