Get list of patterns referencing a certain pattern
GET/nevisadmin/api/v1/projects/:projectKey/patterns/:patternId/usage
Required permission: VIEW_PROJECT on the project, or higher scope
Returns a list of patterns where the pattern set as parameter is referenced. The response also contains, per pattern, the propertyKey where the referenced pattern is used.
Request
Responses
- 200
- 400
- 403
- 404
Success
Invalid project key or pattern id
Insufficient permissions.
Project not found