sozsoft-platform/configs/seeds/host/crud/AbpUserRoles.json
2026-08-19 15:13:32 +03:00

36 lines
No EOL
845 B
JSON

{
"EntityName": "AbpUserRoles",
"GeneratedAt": "2026-08-19T09:53:39.2444186Z",
"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
}
]
}