PATCH /v1/webspaces/{id}/ftp-users/{fid} PATCH /v1/webspaces/{id}/ftp-users/{fid}
Update an FTP user
Datenmodell
Diese Operation arbeitet auf der Entität webspace (webspace). Alle 32 Felder — Typ, Validierung, Pflichtangabe, Beziehungen — stehen in der Schema-Referenz .
Request Body
Name Typ Beschreibung passwordstringhomeDirstringpermissionsobjectquotaMbintegertagsstring[]
Pfad-Parameter
Name Typ Beschreibung iderforderlich stringfiderforderlich string
Beispiel
curl -X PATCH https://api.codemeta-os.de/v1/webspaces/{id}/ftp-users/{fid} \
-H "X-Tenant-Id: $TENANT " \
-H "Content-Type: application/json" \
-b cookies.txt \
-d '{
"password": "string",
"homeDir": "string",
"permissions": null,
"quotaMb": 0,
"tags": []
}' const result = await cm.webspaces. patch ({
"password" : "string" ,
"homeDir" : "string" ,
"permissions" : null ,
"quotaMb" : 0 ,
"tags" : []
});
Antwortcodes
HTTP
Bedeutung
200
Default Response
Beschreibung folgt
Diese Operation hat noch keine kuratierte Annotation. Der Inhalt wird beim nächsten Doku-Update ergänzt.