API, API-CLIENT: Add environmentSlug
in multiple places across the secret
module
#486
Labels
difficulty: 3
hacktoberfest
Hacktoberfest is on!
priority: high
released
scope: api
Everything related to the API
scope: api-client
type: enhancement
New feature or request
Description
Add
slug
along withenvironmentId
across multiple places insecret
module. In simple terms, while returning the data, we are returning just theenvironmentId
. We would instead like to return something like this:Solution
List of files to update:
keyshade/apps/api/src/secret/service/secret.service.ts
Lines 127 to 134 in 70ad4f7
keyshade/apps/api/src/secret/service/secret.service.ts
Lines 253 to 258 in 70ad4f7
keyshade/apps/api/src/secret/service/secret.service.ts
Lines 696 to 698 in 70ad4f7
keyshade/apps/api/src/secret/service/secret.service.ts
Lines 503 to 519 in 70ad4f7
The text was updated successfully, but these errors were encountered: