can someone help me on how to make this kind of body param from apidog to be imported on readme? thank you.
You can export the endpoint as an OpenAPI format file. For more details, please refer to the help documentation: Export data - Apidog Docs
thanku for ur answer, yes I know that part, but I want an exact thing with the picture above. I tried by adding something like this in the APIdog. it doesn’t work. I want to delete the name example, but if i remove it from APIdog. the custom_fields is not appearing at all.
I think it is supported. I use APIdog to create this… however, I need to erase the ‘example’ part.
Unfortunately, when I delete the example string, the ‘Add field’ is also automatically vanished. What can I do?
Could you please send the Schema for this kind of body?
{
“type”: [
“object”,
“null”
],
“properties”: {
“example”: {
“type”: “string”
}
},
“title”: “Custom Fields Objects”,
“x-apidog-orders”: [
“example”
],
“additionalProperties”: {
“type”: “string”
},
“maxProperties”: 3,
“minProperties”: 1
}
The definition of the example is compliant with the specifications. It might be an issue with the rendering of readme. You might need to ask readme about it.
yes, but is it possible to erase
“properties”: {
“example”: {
“type”: “string”
but still want to get the rest appear?
Erasing the part you mentioned is also compliant with the specifications, but to achieve the image style you want, you might still need to consult with readme.
ok thanku for ur help!