Proposal
stringstringinteger · int32integer · int32
caches
Operations addressed under /caches — 2 operations.
proposal-get-cache-key-list
GET
https://dg-sandbox.dgpays.com/proposal-service
/caches/keys
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<CacheKeyDto>.
| Field | Declared type | Nullable |
|---|---|---|
Key | string | no |
IsSharedBetweenApplications | bool | no |
IsSharedBetweenTenants | bool | no |
Mode | CacheMode | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeproposal-get-cache-key-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
No data returned
proposal-refresh-cache
POST
https://dg-sandbox.dgpays.com/proposal-service
/caches/refresh
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<RefreshCacheDto>.
| Field | Declared type | Nullable |
|---|---|---|
Key | string | no |
IsSuccess | bool | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_AURA_2 | 400 | CACHE_REFRESH_INPUT_MISSING |
proposal-refresh-cache › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
No data returned