Skip to content

Commit 8f812eb

Browse files
committed
Description fixes
1 parent 9b8df8a commit 8f812eb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/api/rest_api/rest_api_reference/input/ibexa-types.raml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5975,11 +5975,11 @@ ActivityLog:
59755975

59765976
GenerateAltTextWrapper:
59775977
type: object
5978-
description: 'JSON object with only a GenerateAltText property.'
5978+
description: 'JSON object with only the GenerateAltText property.'
59795979
properties:
59805980
GenerateAltText:
59815981
type: object
5982-
description: 'Object containing the input data for GenerateAltText action type.'
5982+
description: 'Object containing the input data for the GenerateAltText action type.'
59835983
properties:
59845984
Image:
59855985
type: object
@@ -5994,7 +5994,7 @@ GenerateAltTextWrapper:
59945994

59955995
RefineTextWrapper:
59965996
type: object
5997-
description: 'JSON object with only RefineText property.'
5997+
description: 'JSON object with only the RefineText property.'
59985998
properties:
59995999
RefineText:
60006000
type: object
@@ -6016,7 +6016,7 @@ RefineTextWrapper:
60166016

60176017
RefineTextInputWrapper:
60186018
type: object
6019-
description: 'JSON object with only RefineText property.'
6019+
description: 'JSON object with only the RefineText property.'
60206020
properties:
60216021
RefineText:
60226022
type: object
@@ -6035,7 +6035,7 @@ RefineTextInputWrapper:
60356035

60366036
AltTextWrapper:
60376037
type: object
6038-
description: 'JSON object with only AltText property.'
6038+
description: 'JSON object with only the AltText property.'
60396039
properties:
60406040
AltText:
60416041
type: object
@@ -6057,7 +6057,7 @@ AltTextWrapper:
60576057

60586058
ActionTypeListWrapper:
60596059
type: object
6060-
description: 'JSON object with only ActionTypeList property.'
6060+
description: 'JSON object with only the ActionTypeList property.'
60616061
properties:
60626062
ActionTypeList:
60636063
type: ActionTypeList
@@ -6116,7 +6116,7 @@ ActionConfigurationListInputWrapper:
61166116
properties:
61176117
ActionConfigurationListInput:
61186118
type: ActionConfigurationListInput
6119-
description: 'Object describing the criteria used to search for Action Conigurations.'
6119+
description: 'Object describing the criteria used to search for Action Configurations.'
61206120

61216121
ActionConfigurationListWrapper:
61226122
type: object

0 commit comments

Comments
 (0)