mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
700 B
50 lines
700 B
{
|
|
id: Guid_1,
|
|
type: Singleton,
|
|
properties: {
|
|
validateOnPublish: false
|
|
},
|
|
isPublished: true,
|
|
scripts: {},
|
|
_links: {
|
|
contents: {
|
|
method: GET
|
|
},
|
|
delete: {
|
|
method: DELETE
|
|
},
|
|
fields/add: {
|
|
method: POST
|
|
},
|
|
fields/order: {
|
|
method: PUT
|
|
},
|
|
fields/ui: {
|
|
method: PUT
|
|
},
|
|
self: {
|
|
method: GET
|
|
},
|
|
unpublish: {
|
|
method: PUT
|
|
},
|
|
update: {
|
|
method: PUT
|
|
},
|
|
update/category: {
|
|
method: PUT
|
|
},
|
|
update/rules: {
|
|
method: PUT
|
|
},
|
|
update/scripts: {
|
|
method: PUT
|
|
},
|
|
update/sync: {
|
|
method: PUT
|
|
},
|
|
update/urls: {
|
|
method: PUT
|
|
}
|
|
}
|
|
}
|