googleapis / googleapis/google-api-nodejs-client
TagManager API - Workspaces: getStatus endpoint not returning any information for Custom Templates
- Vorherrschende Sprache
- TypeScript
- Sterne
- 12.2k
- Forks
- 2k
- Ø Merge
- 1 T. 9 Std.
- Gemergte PRs (30 T.)
- 24
Beschreibung
#### Environment details
- OS: Windows 10
- Node.js version:
- npm version: 6.14.15
- `googleapis` version: ^95.0.0
#### Steps to reproduce
1. Call tagmanager.accounts.containers.workspaces.getStatus on a workspace which has outstanding template changes
2. workspaceChange array should have an object include both the changeStatus as well as an object containing the entity being changed under the name of that entity type
- `{ "changeStatus": "added", "tag": { "tagId": "1", "name": "Some Tag" } }`
3. Instead, custom templates only show a change status, but no specific entity
- `{ "changeStatus": "added" }`
Beitragsleitfaden
Rechercherichtung
Start by reproducing accounts.containers.workspaces.getStatus for a workspace with outstanding custom template changes and inspect the workspaceChange response. Done means the custom template entry includes both changeStatus and the changed entity, matching the behavior shown for other entity types.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- nodejs, typescript
- Bereich
- api
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100