catalog-client: Fix getEntityAncestors request path
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
@@ -59,7 +59,7 @@ export class CatalogClient implements CatalogApi {
|
||||
|
||||
return await this.requestRequired(
|
||||
'GET',
|
||||
`/entity/by-name/${kind}/${namespace}/${name}/ancestry`,
|
||||
`/entities/by-name/${kind}/${namespace}/${name}/ancestry`,
|
||||
options,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user