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.
68 lines
932 B
68 lines
932 B
{
|
|
id: Guid_1,
|
|
name: Guid_2,
|
|
version: 2,
|
|
canAccessContent: true,
|
|
_links: {
|
|
assets: {
|
|
method: GET
|
|
},
|
|
assets/create: {
|
|
method: POST
|
|
},
|
|
assets/scripts: {
|
|
method: DELETE
|
|
},
|
|
backups: {
|
|
method: GET
|
|
},
|
|
clients: {
|
|
method: GET
|
|
},
|
|
contributors: {
|
|
method: GET
|
|
},
|
|
delete: {
|
|
method: DELETE
|
|
},
|
|
image/delete: {
|
|
method: DELETE
|
|
},
|
|
image/upload: {
|
|
method: POST
|
|
},
|
|
languages: {
|
|
method: GET
|
|
},
|
|
ping: {
|
|
method: GET
|
|
},
|
|
plans: {
|
|
method: GET
|
|
},
|
|
roles: {
|
|
method: GET
|
|
},
|
|
rules: {
|
|
method: GET
|
|
},
|
|
schemas: {
|
|
method: GET
|
|
},
|
|
schemas/create: {
|
|
method: POST
|
|
},
|
|
settings: {
|
|
method: GET
|
|
},
|
|
transfer: {
|
|
method: PUT
|
|
},
|
|
update: {
|
|
method: PUT
|
|
},
|
|
workflows: {
|
|
method: GET
|
|
}
|
|
}
|
|
}
|