docs(APIApplicationRoleConnectionMetadata): specify lower bound of fields (#694)

* docs(APIApplicationRoleConnectionMetadata): specify lower bound of fields

* docs: requested changes
This commit is contained in:
Almeida
2023-01-22 19:55:51 +00:00
committed by GitHub
parent 14a54994b7
commit 4edcd6a8dd
4 changed files with 12 additions and 12 deletions

View File

@@ -192,11 +192,11 @@ export interface APIApplicationRoleConnectionMetadata {
*/
type: ApplicationRoleConnectionMetadataType;
/**
* Dictionary key for the metadata field (must be `a-z`, `0-9`, or `_` characters; max 50 characters)
* Dictionary key for the metadata field (must be `a-z`, `0-9`, or `_` characters; 1-50 characters)
*/
key: string;
/**
* Name of the metadata field (max 100 characters)
* Name of the metadata field (1-100 characters)
*/
name: string;
/**
@@ -204,7 +204,7 @@ export interface APIApplicationRoleConnectionMetadata {
*/
name_localizations?: LocalizationMap;
/**
* Description of the metadata field (max 200 characters)
* Description of the metadata field (1-200 characters)
*/
description: string;
/**

View File

@@ -192,11 +192,11 @@ export interface APIApplicationRoleConnectionMetadata {
*/
type: ApplicationRoleConnectionMetadataType;
/**
* Dictionary key for the metadata field (must be `a-z`, `0-9`, or `_` characters; max 50 characters)
* Dictionary key for the metadata field (must be `a-z`, `0-9`, or `_` characters; 1-50 characters)
*/
key: string;
/**
* Name of the metadata field (max 100 characters)
* Name of the metadata field (1-100 characters)
*/
name: string;
/**
@@ -204,7 +204,7 @@ export interface APIApplicationRoleConnectionMetadata {
*/
name_localizations?: LocalizationMap;
/**
* Description of the metadata field (max 200 characters)
* Description of the metadata field (1-200 characters)
*/
description: string;
/**

View File

@@ -192,11 +192,11 @@ export interface APIApplicationRoleConnectionMetadata {
*/
type: ApplicationRoleConnectionMetadataType;
/**
* Dictionary key for the metadata field (must be `a-z`, `0-9`, or `_` characters; max 50 characters)
* Dictionary key for the metadata field (must be `a-z`, `0-9`, or `_` characters; 1-50 characters)
*/
key: string;
/**
* Name of the metadata field (max 100 characters)
* Name of the metadata field (1-100 characters)
*/
name: string;
/**
@@ -204,7 +204,7 @@ export interface APIApplicationRoleConnectionMetadata {
*/
name_localizations?: LocalizationMap;
/**
* Description of the metadata field (max 200 characters)
* Description of the metadata field (1-200 characters)
*/
description: string;
/**

View File

@@ -192,11 +192,11 @@ export interface APIApplicationRoleConnectionMetadata {
*/
type: ApplicationRoleConnectionMetadataType;
/**
* Dictionary key for the metadata field (must be `a-z`, `0-9`, or `_` characters; max 50 characters)
* Dictionary key for the metadata field (must be `a-z`, `0-9`, or `_` characters; 1-50 characters)
*/
key: string;
/**
* Name of the metadata field (max 100 characters)
* Name of the metadata field (1-100 characters)
*/
name: string;
/**
@@ -204,7 +204,7 @@ export interface APIApplicationRoleConnectionMetadata {
*/
name_localizations?: LocalizationMap;
/**
* Description of the metadata field (max 200 characters)
* Description of the metadata field (1-200 characters)
*/
description: string;
/**