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
Check and validate the correctness of the openapi specification for GET /v3/apps/:guid/processes/:type
Aspect: Verify the security requirements for the endpoint.
Details:
Security Scheme: Verify that the correct security scheme is applied (e.g., OAuth2, API Key).
Scopes: Ensure that the required OAuth2 scopes are correctly defined for the operation.
Permissions: Cross-reference with the Cloud Foundry documentation to ensure the roles and permissions required for the endpoint are accurately reflected.
Check and validate the correctness of the openapi specification for
GET /v3/apps/:guid/processes/:typeAspect: Verify the security requirements for the endpoint.
Details:
OAuth2,API Key).