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
699 B
50 lines
699 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
|
|
}
|
|
}
|
|
}
|