sozsoft-platform/configs/seeds/host/crud/AbpUserRoles.json

36 lines
845 B
JSON
Raw Normal View History

{
"EntityName": "AbpUserRoles",
2026-08-19 13:25:22 +00:00
"GeneratedAt": "2026-08-19T13:15:38.1005872Z",
"Endpoints": [
{
"Method": "POST",
"Path": "/api/app/crudendpoint/AbpUserRoles",
"OperationType": "Create",
"IsActive": true
},
{
"Method": "DELETE",
"Path": "/api/app/crudendpoint/AbpUserRoles/{id}",
"OperationType": "Delete",
"IsActive": true
},
{
"Method": "GET",
"Path": "/api/app/crudendpoint/AbpUserRoles/{id}",
"OperationType": "GetById",
"IsActive": true
},
{
"Method": "GET",
"Path": "/api/app/crudendpoint/AbpUserRoles",
"OperationType": "GetList",
"IsActive": true
},
{
"Method": "PUT",
"Path": "/api/app/crudendpoint/AbpUserRoles/{id}",
"OperationType": "Update",
"IsActive": true
}
]
}