Replace an existing publication list.
Input
Encoding
application/jsondescription
string
Optional
No description available.
name
string
Required
No description available.
publications
array
Required
No description available.
rkey
string
Required
No description available.
Output
Encoding
application/jsonTry It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"rkey",
"name",
"publications"
],
"properties": {
"name": {
"type": "string"
},
"rkey": {
"type": "string"
},
"description": {
"type": "string"
},
"publications": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
}
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"properties": {}
},
"encoding": "application/json"
},
"description": "Replace an existing publication list."
}