Privilèges non retrouvés

Bonjour,
j’interroge un nexus OSS 3.41.0-01 issu de la migration d’un nexus OSS 2.15.1-02

quand je lance l’api suivante :

curl -X 'GET' \
  'https://nexus-rec.xxx.fr:23456/service/rest/v1/security/roles/jindus-role-read-car-ici?source=default' \
  -H 'accept: application/json' \
  -H 'NX-ANTI-CSRF-TOKEN: 0.15820359287668428'

j’ai la réponse :

{
  "id": "jindus-role-read-car-ici",
  "source": "default",
  "name": "jindus-role-read-car-ici",
  "description": "xxxx",
  "readOnly": false,
  "privileges": [
    "1265c9e2c62cf3"
  ],
  "roles": [
    "jindus-role-public-read"
  ]
}

j’essaie de voir à quoi correspond ce privilège :

curl -X 'GET' \
  'https://nexus-rec.xxx.fr:23456/service/rest/v1/security/privileges/1265c9e2c62cf3' \
  -H 'accept: application/json' \
  -H 'NX-ANTI-CSRF-TOKEN: 0.15820359287668428'

j’ai la réponse :

"Privilege '1265c9e2c62cf3' not found."

pourquoi ?
Merci

It sounds like your role references a privilege that does not exist.