mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
chore: update openapi
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
parent
68c2ed587a
commit
3079add26e
4 changed files with 4 additions and 4 deletions
|
|
@ -1168,7 +1168,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"/index.php/apps/libresign/crl/{instanceId}/{generation}/{engineType}/crl.der": {
|
||||
"/index.php/apps/libresign/crl/libresign_{instanceId}_{generation}_{engineType}.crl": {
|
||||
"get": {
|
||||
"operationId": "crl-get-revocation-list",
|
||||
"summary": "Get Certificate Revocation List in DER format (RFC 5280 compliant)",
|
||||
|
|
|
|||
|
|
@ -1018,7 +1018,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"/index.php/apps/libresign/crl/{instanceId}/{generation}/{engineType}/crl.der": {
|
||||
"/index.php/apps/libresign/crl/libresign_{instanceId}_{generation}_{engineType}.crl": {
|
||||
"get": {
|
||||
"operationId": "crl-get-revocation-list",
|
||||
"summary": "Get Certificate Revocation List in DER format (RFC 5280 compliant)",
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ export type paths = {
|
|||
patch?: never;
|
||||
trace?: never;
|
||||
};
|
||||
"/index.php/apps/libresign/crl/{instanceId}/{generation}/{engineType}/crl.der": {
|
||||
"/index.php/apps/libresign/crl/libresign_{instanceId}_{generation}_{engineType}.crl": {
|
||||
parameters: {
|
||||
query?: never;
|
||||
header?: never;
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ export type paths = {
|
|||
patch?: never;
|
||||
trace?: never;
|
||||
};
|
||||
"/index.php/apps/libresign/crl/{instanceId}/{generation}/{engineType}/crl.der": {
|
||||
"/index.php/apps/libresign/crl/libresign_{instanceId}_{generation}_{engineType}.crl": {
|
||||
parameters: {
|
||||
query?: never;
|
||||
header?: never;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue