Generalize descriptions for the delegated RDT

Generalized descriptions in tokens_2021-03-01.json for delegating
authoriztion with the RDT.
This commit is contained in:
rickdeee 2021-09-14 11:41:10 -07:00
parent b10e26f368
commit 955f79f50a
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"description": "The Selling Partner API for Tokens provides a secure way to access a customer's PII (Personally Identifiable Information). You can call the Tokens API to get a Restricted Data Token (RDT) for one or more restricted resources that you specify. The RDT authorizes you to make subsequent calls to restricted operations that correspond to the restricted resources that you specified.\n\nFor more information, see the [Tokens API Use Case Guide](https://github.com/amzn/selling-partner-api-docs/blob/main/references/tokens-api/tokens_2021-03-01.md).",
"description": "The Selling Partner API for Tokens provides a secure way to access a customer's PII (Personally Identifiable Information). You can call the Tokens API to get a Restricted Data Token (RDT) for one or more restricted resources that you specify. The RDT authorizes subsequent calls to restricted operations that correspond to the restricted resources that you specified.\n\nFor more information, see the [Tokens API Use Case Guide](https://github.com/amzn/selling-partner-api-docs/blob/main/references/tokens-api/tokens_2021-03-01.md).",
"version": "2021-03-01",
"title": "Selling Partner API for Tokens ",
"contact": {
@ -333,7 +333,7 @@
"description": "The response schema for the createRestrictedDataToken operation.",
"properties": {
"restrictedDataToken": {
"description": "A Restricted Data Token (RDT). This is a short-lived access token that authorizes you to access the restricted resources that you specified. Pass this value with the x-amz-access-token header when making subsequent calls to these restricted resources.",
"description": "A Restricted Data Token (RDT). This is a short-lived access token that authorizes calls to restricted operations. Pass this value with the x-amz-access-token header when making subsequent calls to these restricted resources.",
"type": "string"
},
"expiresIn": {