@hrefcl/apidoc - v4.0.5
    Preparing search index...

    Exports

    • Generate the data path for storing success response fields

      Constructs a hierarchical path string that determines where success response field data is stored in the parsed API data structure. The path includes the current group to organize fields by response status code.

      Returns string

      Path string in format "local.success.fields.{group}"

      // If current group is "Success 200"
      // Returns: "local.success.fields.Success 200"

      4.0.0