View | Details | Raw Unified | Return to bug 37025
Collapse All | Expand All

(-)a/debian/docs/koha-common.xml (-1 / +1 lines)
Lines 237-243 Link Here
237
      <varlistentry>
237
      <varlistentry>
238
        <term><option>koha-api-keys</option></term>
238
        <term><option>koha-api-keys</option></term>
239
        <listitem>
239
        <listitem>
240
          <para>Create an api key for a given patron on a koha instance or delete one based on its client id.</para>
240
          <para>Create an API key for a given patron on a Koha instance or delete one based on its client ID.</para>
241
        </listitem>
241
        </listitem>
242
      </varlistentry>
242
      </varlistentry>
243
    </variablelist>
243
    </variablelist>
(-)a/debian/scripts/koha-api-keys (-3 / +2 lines)
Lines 1-7 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
2
3
# koha-api-keys: generate or delete api keys for a given patron and
3
# koha-api-keys: generate or delete API keys for a given patron and
4
#   koha instance.
4
#   Koha instance.
5
# Copyright 2024 LMSCloud GmbH
5
# Copyright 2024 LMSCloud GmbH
6
#
6
#
7
# This program is free software: you can redistribute it and/or modify
7
# This program is free software: you can redistribute it and/or modify
8
- 

Return to bug 37025