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

36 lines
No EOL
821 B
JSON

{
"EntityName": "AbpUsers",
"GeneratedAt": "2026-08-20T06:13:28.1235691Z",
"Endpoints": [
{
"Method": "POST",
"Path": "/api/app/crudendpoint/AbpUsers",
"OperationType": "Create",
"IsActive": true
},
{
"Method": "DELETE",
"Path": "/api/app/crudendpoint/AbpUsers/{id}",
"OperationType": "Delete",
"IsActive": true
},
{
"Method": "GET",
"Path": "/api/app/crudendpoint/AbpUsers/{id}",
"OperationType": "GetById",
"IsActive": true
},
{
"Method": "GET",
"Path": "/api/app/crudendpoint/AbpUsers",
"OperationType": "GetList",
"IsActive": true
},
{
"Method": "PUT",
"Path": "/api/app/crudendpoint/AbpUsers/{id}",
"OperationType": "Update",
"IsActive": true
}
]
}