36 lines
No EOL
820 B
JSON
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
|
|
}
|
|
]
|
|
} |