mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-14 01:40:08 +00:00
Minor changes to API docs - fix grouping of delete policy and consistent documentation (#4442)
This commit is contained in:
parent
728f303229
commit
9c09aeef41
@ -45,7 +45,7 @@ public class PermissionsResource {
|
||||
|
||||
@GET
|
||||
@Operation(
|
||||
summary = "Retrieves permissions for logged in user",
|
||||
summary = "Get permissions for logged in user",
|
||||
tags = "general",
|
||||
responses = {
|
||||
@ApiResponse(
|
||||
|
||||
@ -336,7 +336,7 @@ public class PolicyResource extends EntityResource<Policy, PolicyRepository> {
|
||||
@Path("/{id}")
|
||||
@Operation(
|
||||
summary = "Delete a Policy",
|
||||
tags = "policy",
|
||||
tags = "policies",
|
||||
description = "Delete a policy by `id`.",
|
||||
responses = {
|
||||
@ApiResponse(responseCode = "200", description = "OK"),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user