api report updates for service token improvements

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-04-05 16:28:56 +02:00
parent a5f71d00ff
commit 318c0b760a
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -648,8 +648,8 @@ export const tokenTypes: Readonly<{
limitedUser: Readonly<{
typParam: 'vnd.backstage.limited-user';
}>;
service: Readonly<{
typParam: 'vnd.backstage.service';
plugin: Readonly<{
typParam: 'vnd.backstage.plugin';
}>;
}>;