PUT
/accounts/{uid}
[Hermes Link] Modifie un compte
Paramètres
| Nom | Description | Type | Requis |
|---|---|---|---|
uid |
L'uid ou code du compte à modifier |
String |
Oui |
Body
| Nom | Description | Type | Requis |
|---|---|---|---|
name |
Le nom du dépot |
String |
Oui |
title |
Le titre |
String |
- |
description |
La description |
String |
- |
webSite |
Site internet du compte |
String |
- |
agencies |
Dépôts du compte |
Liste de IdentifierObject |
- |
Objet de retour
| Nom | Description | Type |
|---|---|---|
uid |
Identifiant |
String |
name |
Le nom du dépot |
String |
title |
Le titre |
String |
description |
La description |
String |
webSite |
Site internet du compte |
String |
agencies |
Dépôts du compte |
Liste de MicroAgency |
Exemple de retour
Pas de données.