{ "opencollection": "1.0.0", "info": { "name": "Render Public Audit Logs Registry Credentials API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Registry Credentials", "type": "folder" }, "items": [ { "info": { "name": "List registry credentials", "type": "http" }, "http": { "method": "GET", "url": "https://api.render.com/v1/registrycredentials", "params": [ { "name": "name", "value": "", "type": "query", "description": "Filter for the name of a credential" }, { "name": "username", "value": "", "type": "query", "description": "Filter for the username of a credential" }, { "name": "type", "value": "", "type": "query", "description": "Filter for the registry type for the credential" }, { "name": "createdBefore", "value": "2021-06-17T08:15:30Z", "type": "query", "description": "Filter for services created before a certain time (specified as an ISO 8601 timestamp)" }, { "name": "createdAfter", "value": "2021-02-17T08:15:30Z", "type": "query", "description": "Filter for services created after a certain time (specified as an ISO 8601 timestamp)" }, { "name": "updatedBefore", "value": "2021-06-17T08:15:30Z", "type": "query", "description": "Filter for services updated before a certain time (specified as an ISO 8601 timestamp)" }, { "name": "updatedAfter", "value": "2021-02-17T08:15:30Z", "type": "query", "description": "Filter for services updated after a certain time (specified as an ISO 8601 timestamp)" }, { "name": "ownerId", "value": "", "type": "query", "description": "The ID of the workspaces to return resources for" }, { "name": "cursor", "value": "", "type": "query", "description": "The position in the result list to start from when fetching paginated results. For details, see [Pagination](https://api-docs.render.com/reference/pagination)." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return. For details, see [Pagination](https://api-docs.render.com/reference/pagination)." } ] }, "docs": "List registry credentials matching the provided filters. If no filters are provided, returns all registry credentials you have permissions to view.\n" }, { "info": { "name": "Create registry credential", "type": "http" }, "http": { "method": "POST", "url": "https://api.render.com/v1/registrycredentials", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new registry credential." }, { "info": { "name": "Retrieve registry credential", "type": "http" }, "http": { "method": "GET", "url": "https://api.render.com/v1/registrycredentials/:registryCredentialId", "params": [ { "name": "registryCredentialId", "value": "", "type": "path", "description": "The ID of the registry credential" } ] }, "docs": "Retrieve the registry credential with the provided ID." }, { "info": { "name": "Update registry credential", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.render.com/v1/registrycredentials/:registryCredentialId", "params": [ { "name": "registryCredentialId", "value": "", "type": "path", "description": "The ID of the registry credential" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the registry credential with the provided ID. Services that use this credential must be redeployed to use updated values." }, { "info": { "name": "Delete registry credential", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.render.com/v1/registrycredentials/:registryCredentialId", "params": [ { "name": "registryCredentialId", "value": "", "type": "path", "description": "The ID of the registry credential" } ] }, "docs": "Delete the registry credential with the provided ID." } ] } ], "bundled": true }