Structured Data Fields
Update a structured data field
Update a specific structured data field specifying the id
PUT
Path Parameters
Identifier of the structured data field
Body
application/json
Update a structured data field
The name of the structured data field
Example:
"Promotion was offered"
The category id assigned
Example:
"OUTCOME"
The type of the object
Example:
"QUESTION"
Indicates if the structured data is active or not
Example:
false
Response
200
application/json
Successfully updated the structured data field.
The id of the structured data field
Example:
"q_promotion_was_offered"
The name of the structured data field
Example:
"Promotion was offered"
The category of the structured data field. Possible values:
- OUTCOME
Example:
"OUTCOME"
The type of the structured data field. Must be either:
- QUESTION
- ENTITY
Example:
"QUESTION"
Indicates if the structured data is active or not.
Example:
false
Was this page helpful?