fix: rn takes org id instead of name
All checks were successful
ci / lint_and_test (push) Successful in 16s

This commit is contained in:
Chris Milne 2026-06-17 13:12:32 +01:00
parent d5854cc2c4
commit 7804816a1a
3 changed files with 15 additions and 13 deletions

View file

@ -59,7 +59,6 @@ class ServiceSummary(CustomBaseModel):
name: str
class ResourceName(ServiceNameMixin):
organisation: str
class ResourceName(ServiceNameMixin, OrgIDMixin):
resource: str
instance: Optional[str] = None