You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
danail-branekov
changed the title
[Feature]: CF API users can get spaces by space guids
[Feature]: Korifi API users can get spaces by space guids
Mar 17, 2023
Blockers/Dependencies
No response
Background
As a Korifi API user
I want to be able to get spaces by GUID
So that I am happy that the Korifi API complies to the CF API spec
Acceptance Criteria
GIVEN Korifi is deployed
WHEN I
cf curl /v3/spaces/space-guid
THEN I get the space
GIVEN Korifi is deployed
WHEN I am logged in as a cf user with no permissions
WHEN I
cf curl /v3/spaces/space-guid
THEN I get a 404 NotFound
Dev Notes
No response
The text was updated successfully, but these errors were encountered: