Get details about a repository.
Parameters
Output
Encoding
application/jsonErrors
RepoNotFound
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "RepoNotFound"
}
],
"output": {
"schema": {
"ref": "tools.ozone.moderation.defs#repoViewDetail",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did"
}
}
},
"description": "Get details about a repository."
}