fix array default check in php nextgen

This commit is contained in:
William Cheng
2024-04-26 10:10:13 +08:00
parent fd90aa6347
commit a5ccd7a77e
4 changed files with 51 additions and 6 deletions

View File

@@ -20,5 +20,6 @@ Name | Type | Description | Notes
**password** | **string** | |
**pattern_with_digits** | **string** | A string that is a 10 digit number. Can have leading zeros. | [optional]
**pattern_with_digits_and_delimiter** | **string** | A string starting with 'image_' (case insensitive) and one to three digits following i.e. Image_01. | [optional]
**array_ref** | **string[]** | | [optional]
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)