mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-17 11:22:29 +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
|
@GET
|
||||||
@Operation(
|
@Operation(
|
||||||
summary = "Retrieves permissions for logged in user",
|
summary = "Get permissions for logged in user",
|
||||||
tags = "general",
|
tags = "general",
|
||||||
responses = {
|
responses = {
|
||||||
@ApiResponse(
|
@ApiResponse(
|
||||||
|
|||||||
@ -336,7 +336,7 @@ public class PolicyResource extends EntityResource<Policy, PolicyRepository> {
|
|||||||
@Path("/{id}")
|
@Path("/{id}")
|
||||||
@Operation(
|
@Operation(
|
||||||
summary = "Delete a Policy",
|
summary = "Delete a Policy",
|
||||||
tags = "policy",
|
tags = "policies",
|
||||||
description = "Delete a policy by `id`.",
|
description = "Delete a policy by `id`.",
|
||||||
responses = {
|
responses = {
|
||||||
@ApiResponse(responseCode = "200", description = "OK"),
|
@ApiResponse(responseCode = "200", description = "OK"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user