You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/AnnuaireApi.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ let apiInstance = new HelloAssoApi.AnnuaireApi();
30
30
let opts = {
31
31
'pageSize':20, // Number | The number of items per page
32
32
'continuationToken':"continuationToken_example", // String | Continuation Token from which we wish to retrieve results
33
-
'helloAssoApiV5ModelsDirectoryListFormsRequest':newHelloAssoApi.HelloAssoApiV5ModelsDirectoryListFormsRequest() //HelloAssoApiV5ModelsDirectoryListFormsRequest | Body which contains the filters to apply
33
+
'helloAssoApiV5CommonModelsDirectoryListFormsRequest':newHelloAssoApi.HelloAssoApiV5CommonModelsDirectoryListFormsRequest() //HelloAssoApiV5CommonModelsDirectoryListFormsRequest | Body which contains the filters to apply
**pageSize** | **Number**| The number of items per page | [optional][default to 20]
50
50
**continuationToken** | **String**| Continuation Token from which we wish to retrieve results | [optional]
51
-
**helloAssoApiV5ModelsDirectoryListFormsRequest** | [**HelloAssoApiV5ModelsDirectoryListFormsRequest**](HelloAssoApiV5ModelsDirectoryListFormsRequest.md)| Body which contains the filters to apply | [optional]
51
+
**helloAssoApiV5CommonModelsDirectoryListFormsRequest** | [**HelloAssoApiV5CommonModelsDirectoryListFormsRequest**](HelloAssoApiV5CommonModelsDirectoryListFormsRequest.md)| Body which contains the filters to apply | [optional]
52
52
53
53
### Return type
54
54
@@ -85,7 +85,7 @@ let apiInstance = new HelloAssoApi.AnnuaireApi();
85
85
let opts = {
86
86
'pageSize':20, // Number | The number of items per page
87
87
'continuationToken':"continuationToken_example", // String | Continuation Token from which we wish to retrieve results
88
-
'helloAssoApiV5ModelsDirectoryListOrganizationsRequest':newHelloAssoApi.HelloAssoApiV5ModelsDirectoryListOrganizationsRequest() //HelloAssoApiV5ModelsDirectoryListOrganizationsRequest | Body which contains the filters to apply
88
+
'helloAssoApiV5CommonModelsDirectoryListOrganizationsRequest':newHelloAssoApi.HelloAssoApiV5CommonModelsDirectoryListOrganizationsRequest() //HelloAssoApiV5CommonModelsDirectoryListOrganizationsRequest | Body which contains the filters to apply
**pageSize** | **Number**| The number of items per page | [optional][default to 20]
105
105
**continuationToken** | **String**| Continuation Token from which we wish to retrieve results | [optional]
106
-
**helloAssoApiV5ModelsDirectoryListOrganizationsRequest** | [**HelloAssoApiV5ModelsDirectoryListOrganizationsRequest**](HelloAssoApiV5ModelsDirectoryListOrganizationsRequest.md)| Body which contains the filters to apply | [optional]
106
+
**helloAssoApiV5CommonModelsDirectoryListOrganizationsRequest** | [**HelloAssoApiV5CommonModelsDirectoryListOrganizationsRequest**](HelloAssoApiV5CommonModelsDirectoryListOrganizationsRequest.md)| Body which contains the filters to apply | [optional]
0 commit comments