Payload for PATCH /urns/urn/{urn}/my-urls.
Describes a URL that should be replaced.
| name | data type | constraints | description |
|---|---|---|---|
| url | string | ||
| priority | number | max: 65535, min: 0 | Priority of the URL for resolving. |
Example
{
"url" : "...",
"priority" : 100
}