"description":"Auth Token is a JWT Token generated based on the logged-in user. By default, the token is only valid for 10 hours. However, you can change the value by defining it using environment variable NC_JWT_EXPIRES_IN."
"description":"API Token. Refer [here](https://docs.nocodb.com/account-settings/api-tokens/) to know more"
},
"xc-token":{
"name":"xc-token",
"xc-auth":{
"name":"xc-auth",
"in":"header",
"required":true,
"schema":{
"type":"string"
},
"description":"API Token. Refer [here](https://docs.nocodb.com/account-settings/api-tokens/) to know more"
"description":"Auth Token is a JWT Token generated based on the logged-in user. By default, the token is only valid for 10 hours. However, you can change the value by defining it using environment variable NC_JWT_EXPIRES_IN."