Path parameters

Path parameters modify the operation path. For example, the "Retrieving Known Consents" path is /dpss/api/v1/tenants/{{tenantId}}/data-products/{{dataProductId}}/consents. The double curly brackets {{}} denote path parameters that you need to specify. In this case, you must specify your tenantId and the dataProductId.