update doc files

This commit is contained in:
darrell-thobe-sp
2025-04-01 20:27:18 -04:00
parent 878245edd8
commit 0c80cd4cb7
203 changed files with 419 additions and 419 deletions

View File

@@ -17,7 +17,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **string** | Unique guid identifying the form definition. | [optional]
**Name** | Pointer to **string** | Name of the form definition. | [optional]
**Description** | Pointer to **string** | Form definition's description. | [optional]
**Description** | Pointer to **string** | Form definition's description. | [optional]
**Owner** | Pointer to [**FormOwner**](form-owner) | | [optional]
**UsedBy** | Pointer to [**[]FormUsedBy**](form-used-by) | List of objects using the form definition. Whenever a system uses a form, the API reaches out to the form service to record that the system is currently using it. | [optional]
**FormInput** | Pointer to [**[]FormDefinitionInput**](form-definition-input) | List of form inputs required to create a form-instance object. | [optional]