sozsoft-platform/configs/seeds/host/crud/AbpRoles.json
2026-08-18 11:00:53 +03:00

36 lines
No EOL
820 B
JSON

{
"EntityName": "AbpRoles",
"GeneratedAt": "2026-08-18T07:26:49.511788Z",
"Endpoints": [
{
"Method": "POST",
"Path": "/api/app/crudendpoint/AbpRoles",
"OperationType": "Create",
"IsActive": true
},
{
"Method": "DELETE",
"Path": "/api/app/crudendpoint/AbpRoles/{id}",
"OperationType": "Delete",
"IsActive": true
},
{
"Method": "GET",
"Path": "/api/app/crudendpoint/AbpRoles/{id}",
"OperationType": "GetById",
"IsActive": true
},
{
"Method": "GET",
"Path": "/api/app/crudendpoint/AbpRoles",
"OperationType": "GetList",
"IsActive": true
},
{
"Method": "PUT",
"Path": "/api/app/crudendpoint/AbpRoles/{id}",
"OperationType": "Update",
"IsActive": true
}
]
}