roles endpoints client methods created

This commit is contained in:
2024-10-06 01:37:07 +02:00
Unverified
parent 7189146438
commit b86c021b9b
7 changed files with 214 additions and 0 deletions

View File

@@ -89,6 +89,17 @@
"GetPersonPhoto": "/{0}/photo",
"PutPersonPhoto": "/{0}/photo",
"DeletePersonPhoto": "/{0}/photo"
},
"Roles": {
"Base": "/roles",
"GetAllActorRoles": "/actor",
"GetActorRole": "/actor/{0}",
"PostActorRole": "/actor",
"DeleteActorRole": "/actor/{0}",
"GetAllCreatorRoles": "/creator",
"GetCreatorRole": "/creator/{0}",
"PostCreatorRole": "/creator",
"DeleteCreatorRole": "/creator/{0}"
}
}
}