File tree Expand file tree Collapse file tree 1 file changed +65
-0
lines changed
Expand file tree Collapse file tree 1 file changed +65
-0
lines changed Original file line number Diff line number Diff line change @@ -1379,6 +1379,71 @@ components:
13791379 title : Custom atttributes
13801380 type : object
13811381 description : Custom data set for this data.
1382+
1383+ # enum additions
1384+ contact :
1385+ properties :
1386+ type :
1387+ enum :
1388+ - contact
1389+ avatar :
1390+ properties :
1391+ type :
1392+ enum :
1393+ - avatar
1394+ conversation_teammates :
1395+ properties :
1396+ type :
1397+ enum :
1398+ - admin.list
1399+ create_article_request :
1400+ properties :
1401+ parent_type :
1402+ enum :
1403+ - collection
1404+ - section
1405+ error :
1406+ properties :
1407+ type :
1408+ enum :
1409+ - error.list
1410+ social_profile :
1411+ properties :
1412+ type :
1413+ enum :
1414+ - social_profile
1415+ subscription_type :
1416+ properties :
1417+ type :
1418+ enum :
1419+ - subscription
1420+ tag :
1421+ properties :
1422+ type :
1423+ enum :
1424+ - tag
1425+ ticket_type_attribute :
1426+ properties :
1427+ data_type :
1428+ enum :
1429+ - string
1430+ - list
1431+ - integer
1432+ - decimal
1433+ - boolean
1434+ - datetime
1435+ - files
1436+ update_article_request_body :
1437+ properties :
1438+ parent_type :
1439+ enum :
1440+ - collection
1441+ - section
1442+ visitor :
1443+ properties :
1444+ type :
1445+ enum :
1446+ - visitor
13821447 securitySchemes :
13831448 bearerAuth :
13841449 x-fern-bearer :
You can’t perform that action at this time.
0 commit comments