Skip to content

Commit 5c9162a

Browse files
add name param to remove_certificate api doc
1 parent 5e596f0 commit 5c9162a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/developers/operations-api/utilities.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,8 @@ _Operation is restricted to super_user roles only_
364364
### Body
365365
```json
366366
{
367-
"operation": "remove_certificate"
367+
"operation": "remove_certificate",
368+
"name": "my-cert"
368369
}
369370
```
370371

0 commit comments

Comments
 (0)