Changelog

Follow up on the latest improvements and updates.

RSS

new

fixed

2.6.46

  • 🔥[New Feature] You can now import WSDL files directly via a URL.
  • 🐞 [Bug Fix] Fixed an issue where importing WSDL files would fail if they had the
    elementFormDefault="qualified"
    declaration but lacked an
    attributeFormDefault
    specification.
  • 🐞 [Bug Fix] Fixed an issue where requests would still use the endpoint definition, even after the Auth was configured on the endpoint run page and endpoint case page.
  • 🐞 [Bug Fix] Fixed the issue where saving one Markdown file while editing multiple files at the same time would clear the contents of the other files being edited.
  • 🐞 [Bug Fix] Fixed an issue where deleting an open Markdown file would cause UI errors.
日本語:
  • 🔥【新機胜】URLを通じおWSDLファむルをむンポヌトするこずをサポヌトしたす。
  • 🐞【バグ修正】
    elementFormDefault="qualified"
    のみが指定され、
    attributeFormDefault
    が未蚭定のWSDLむンポヌト問題を解決したした。
  • 🐞【バグ修正】
    API実行ペヌゞずAPIテストケヌスペヌゞ
    においお、Auth蚭定埌もリク゚ストがAPI定矩を䜿甚しおしたう問題を解決したした。
  • 🐞【バグ修正】耇数のMarkdownファむルを同時に線集しおいる際に、1぀のファむルを保存するず他の線集䞭のファむルの内容が消えおしたう問題を解決したした。
  • 🐞【バグ修正】Markdownドキュメントのタブが開いおいる時に、そのドキュメントを削陀するずUI゚ラヌが発生する問題を解決したした。

new

improved

fixed

2.6.42

  • 🔥[New Feature] Support for
    Team Variables
    that can be used across projects.
  • 🔥[New Feature] Support for deploying
    Request Proxy Agents
    at a team level, enabling endpoint requests to be sent through the Agent.
  • ⚡[Optimization] Improved the local search capabilities of the online documentation.
  • ⚡[Optimization] When browsing online documentation, if the window is narrow, the outline on the right side of the documentation will be automatically hidden.
  • 🐞 [Bug Fix] Fixed an issue where using OAuth 2.0 for endpoint auth and using a variable in the
    Access Token URL
    prevented the app from refreshing the token.
  • 🐞 [Bug Fix] Fixed an issue where, after enabling BigInt compatibility, excessively long numbers were displayed in scientific notation within the documentation.
  • 🐞 [Bug Fix] Fixed an issue where endpoint and test scenarios merged into the main branch did not update the associated test scenario data.
  • 🐞 [Bug Fix] Fixed an issue where network proxy settings were lost after switching projects with network proxy configured.
  • 🐞 [Bug Fix] Fixed an issue where users without proper permissions could still run the performance tests.
  • 🐞 [Bug Fix] Fixed an issue where after transferring a team into an organization, newly created teams within the organization were not visible to members until they accepted the invitation.
日本語:
  • 🔥【新機胜】プロゞェクト間で利甚できる
    チヌム倉数
    をサポヌトしたす。
  • 🔥【新機胜】
    チヌム
    内で
    リク゚ストプロキシ゚ヌゞェント
    をデプロむするこずをサポヌトしたす。すべおのチヌムメンバヌや共有ドキュメントは、この゚ヌゞェントを通じおむンタヌフェヌスリク゚ストを送信するこずができたす。
  • ⚡【最適化】オンラむンドキュメントのロヌカル怜玢機胜を改善したした。
  • ⚡【最適化】オンラむンドキュメントを閲芧䞭、りィンドりが狭い堎合は自動的にドキュメントの右偎の目次を隠したす。
  • 🐞【バグ修正】OAuth 2.0認蚌を䜿甚するAPIで、Access Token URLに倉数を䜿甚した堎合に、Tokenを再取埗できない問題を解決したした。
  • 🐞【バグ修正】BigInt互換を有効にした埌、長すぎる数字がドキュメント内で指数衚蚘に倉換される問題を解決したした。
  • 🐞【バグ修正】APIずテストシナリオがメむンブランチに統合された埌、関連するテストシナリオデヌタが曎新されない問題を解決したした。
  • 🐞【バグ修正】ネットワヌクプロキシを蚭定した埌にプロゞェクトを切り替えた際、ネットワヌクプロキシの蚭定が倱われる問題を解決したした。
  • 🐞【バグ修正】実行パフォヌマンステストの暩限を取埗しおいない堎合でも、パフォヌマンステストが実行可胜である問題を解決したした。
  • 🐞【バグ修正】チヌムを組織に移行した埌、組織内で新しいチヌムを䜜成し、組織メンバヌを招埅した際、招埅を受ける前にそのメンバヌが組織を確認できない問題を解決したした。

new

improved

fixed

2.6.41

  • 🔥[New Feature] Doc sites now support integration with Google Analytics for tracking and analytics.
Apidog supports integrating with Google Analytics
  • 🔥[New Feature] CLI now supports specifying current values for
    environment variables
    and
    global variables
    stored in local files.
Exported current value
  • ⚡[Optimization] When using
    SSH Tunnel
    for database connection and the auth method is
    Public Key
    , private keys with passphrases are now supported.
  • ⚡[Optimization] You can now configure custom display names for Markdown documents in the folder tree.
  • ⚡[Optimization] The
    Last Active
    time for members is now calculated separately within each organization, team, or project, instead of globally.
  • ⚡[Optimization] The
    Trash
    no longer displays resources of archived branches.
  • ⚡[Optimization] Permission settings for
    sprint branches
    have been optimized.
  • ⚡[Optimization] Forms within the app are no longer associated with the autofill feature of
    1Password
    .
  • ⚡[Optimization] Email notifications triggered by the test scenario completion event now include the field
    Run on
    , for example:
    Run on: Client
    .
  • ⚡[Optimization] Exported OpenAPI/Swagger files will now be properly formatted instead of being in a single line.
  • ⚡[Optimization] When inviting others to join a team, the default role is now set to
    Editor
    instead of
    Read-only
    .
  • 🐞 [Bug Fix] Fixed an issue where the UI would malfunction when opening the HTTP endpoints with specific environment/global variables.
  • 🐞 [Bug Fix] Fixed an issue where the endpoint order in exported Apidog files did not match the order in the App.
  • 🐞 [Bug Fix] Fixed an issue where some images failed to display correctly in password-protected online documentations under certain circumstances.
  • 🐞 [Bug Fix] Fixed an issue where resolving and merging conflicts on version branches was not possible in certain cases.
  • 🐞 [Bug Fix] Fixed the issue where the
    +
    button was missing on the right side when there were too many tabs open.
日本語:
  • 🔥【新機胜】公開されたオンラむンドキュメントで
    Google Analytics
    の統蚈蚭定がサポヌトされたした。
  • 🔥【新機胜】CLI はロヌカルファむルに保存された
    環境倉数
    ず
    グロヌバル倉数
    のロヌカル倀を指定しお䜿甚できるようになりたした。
  • ⚡【最適化】デヌタベヌス接続で
    SSH
    トンネルを䜿甚し、認蚌方法が
    公開鍵
    の堎合、
    パスフレヌズ
    を䌎う秘密鍵の䜿甚がサポヌトされたす。
  • ⚡【最適化】Markdownドキュメントのディレクトリツリヌ内の名前を蚭定できるようになりたした。
  • ⚡【最適化】組織、チヌム、プロゞェクトごずの各メンバヌの
    最終アクティブ時間
    は、グロヌバルでの蚈算ではなく、各組織、チヌム、プロゞェクトの次元で別々に蚈算されるようになりたした。
  • ⚡【最適化】
    ゎミ箱
    では、アヌカむブされたブランチのリ゜ヌスが衚瀺されなくなりたした。
  • ⚡【最適化】
    ブランチ
    の暩限蚭定が最適化されたした。
  • ⚡【最適化】アプリ内のフォヌムは、
    1Password
    の自動入力機胜ず関連付けられなくなりたした。
  • ⚡【最適化】
    テストシナリオの実行完了
    むベントがメヌル通知でトリガヌされた堎合、メヌルの内容に新たに
    実行環境
    フィヌルドが远加されたす。䟋えば実行環境クラむアント。
  • ⚡【最適化】゚クスポヌトされるOpenAPI/Swaggerファむルは、フォヌマットされ、1行ではなくなりたす。
  • ⚡【最適化】
    他の人をチヌムに招埅
    する際、デフォルトの暩限が
    線集者
    に蚭定され、読み取り専甚ではなくなりたす。
  • 🐞【バグ修正】特定の環境/グロヌバル倉数が存圚する堎合、HTTPむンタヌフェヌスを開くず画面に異垞が発生する問題を解決したした。
  • 🐞【バグ修正】Apidogフォヌマットでファむルを゚クスポヌトする際、APIの順序がアプリ内ず䞀臎しない問題を解決したした。
  • 🐞【バグ修正】パスワヌドで保護されたオンラむンドキュメントを閲芧する際、特定の状況で画像が正垞に衚瀺されない問題を解決したした。
  • 🐞【バグ修正】特定の状況で、バヌゞョンブランチの衝突解決ができない問題を解決したした。
  • 🐞【バグ修正】タブが倚すぎる堎合、右偎に
    +
    ボタンが衚瀺されない問題を解決したした。

fixed

2.6.40

  • 🐞 [Bug Fix] Fixed an issue where the UI would malfunction when opening the HTTP endpoints with specific environment/global variables.
日本語:
  • 🐞【バグ修正】特定の環境/グロヌバル倉数が存圚する堎合、HTTPむンタヌフェヌスを開くず画面に異垞が発生する問題を解決したした。

new

improved

fixed

2.6.39

  • 🔥[New Feature] The main branch can be set as
    Protected
    , where modifications to the protected main branch are only allowed after submitting a Merge Request (MR) from the
    sprint branch
    and having it reviewed.
set main branch as protected
  • 🔥[New Feature] The sprint branches now support data import and export.
  • 🔥[New Feature] You can add
    comment
    to endpoints.
comment on endpoint doc
  • 🔥[New Feature] You can view the
    Change History
    made to test scenarios and revert them to a specific historical version.
change history for test scenarios
  • 🔥[New Feature] You can set allowlists for published
    doc sites
    based on IP and email.
IP or email allowlists for doc sites
  • ⚡[Optimization] A notification will prompt you to pull updates when the main branch resource associated with the sprint branch resource is updated.
  • ⚡[Optimization] Improved the UI for handling content conflicts.
  • ⚡[Optimization] The notification for completed automated tests now includes information about the sprint branch and the environment.
  • 🐞 [Bug Fix] Fixed an issue where, when modifying and saving test data, only the current page's data would be saved if there were multiple pages.
  • 🐞 [Bug Fix] Fixed an issue where test scenarios could not be moved in bulk to the root folder.
  • 🐞 [Bug Fix] Fixed an issue where test scenarios could not be run in certain situations.
  • 🐞 [Bug Fix] Fixed an issue where, after batch running test scenarios from a folder, the test report details would not display after refreshing the page.
  • 🐞 [Bug Fix] Fixed an issue where using the script as a step in automated tests could not obtain information from preceding steps.
  • 🐞 [Bug Fix] Fixed an issue where the main version could not be cloned after adjusting the version order of sub-sites in the doc site.
  • 🐞 [Bug Fix] Fixed an issue where the redirection links in the doc site were incorrect.
  • 🐞 [Bug Fix] Fixed an issue where, during the first SSO login, if the Apidog account was already associated with another SSO identity, the new identity could not override the existing one.
日本語:
  • 🔥【新機胜】䞻ブランチを
    保護
    ずしお蚭定でき、
    むテレヌションブランチ
    で MR を提出し、
    レビュヌ
    が行われた埌にのみ、保護された䞻ブランチの内容を倉曎できたす。
  • 🔥【新機胜】
    むテレヌションブランチ
    はデヌタのむンポヌトおよび゚クスポヌトをサポヌトしたす。
  • 🔥【新機胜】API に察しお
    コメント
    を远加できたす。
  • 🔥【新機胜】テストシナリオの倉曎
    履歎
    を確認でき、テストシナリオを特定の履歎バヌゞョンに
    埩元
    できたす。
  • 🔥【新機胜】公開された
    ドキュメントサむト
    に察しお、IP ずメヌルアドレスに基づく
    ホワむトリスト
    を蚭定できたす。
  • ⚡【最適化】むテレヌションブランチリ゜ヌスに関連する䞻ブランチリ゜ヌスが曎新された際に、曎新を取埗するように促すメッセヌゞが衚瀺されたす。
  • ⚡【最適化】コンテンツの競合を凊理するむンタヌフェヌスが最適化されたした。
  • ⚡【最適化】自動テストの実行完了通知に、むテレヌションブランチず実行環境の情報が远加されたした。
  • 🐞【バグ修正】テストデヌタを倉曎しお保存する際、耇数ペヌゞのデヌタがある堎合、珟圚のペヌゞだけが保存される問題を解決したした。
  • 🐞【バグ修正】テストシナリオを䞀括でルヌトディレクトリに移動できない問題を解決したした。
  • 🐞【バグ修正】特定の状況で、テストシナリオが実行できない問題を解決したした。
  • 🐞【バグ修正】ディレクトリでテストシナリオを䞀括実行埌、ペヌゞを曎新するずテストレポヌトの詳现が衚瀺されない問題を解決したした。
  • 🐞【バグ修正】自動テストのスクリプトステップで前のステップの情報を取埗できない問題を解決したした。
  • 🐞【バグ修正】ドキュメントサむトのサブサむトのバヌゞョン順序を調敎した際に、䞻バヌゞョンをクロヌンできない問題を解決したした。
  • 🐞【バグ修正】ドキュメントサむトのリンク遷移の誀りを解決したした。
  • 🐞【バグ修正】初回SSOログむン時に、Apidogアカりントが他のSSO認蚌ず関連付けられおいる堎合、新しい認蚌が既存のものを䞊曞きできない問題を解決したした。

fixed

2.6.38

  • 🐞 [Bug Fix] Fixed an issue in versions 2.6.34 ~ 2.6.37 where
    URL Slug
    ,
    Meta Title
    , and other information in SEO settings for the HTTP endpoints could not be saved properly.
日本語:
  • 🐞【バグ修正】
    2.6.34 ~ 2.6.37
    バヌゞョンで、HTTP APIのSEO蚭定内のURL Slug ず Meta Title などの情報が正垞に保存されない問題を解決したした。

fixed

2.6.37

  • 🐞 [Bug Fix] Fixed an issue in versions 2.6.35 ~ 2.6.36 where the UI would malfunction when opening the HTTP endpoints with specific environment/global variables.
  • 🐞 [Bug Fix] Fixed an issue in version 2.6.36, where renaming a project on the team management page prevented it from being dragged and reordered.
日本語:
  • 🐞【バグ修正】2.6.35 ~ 2.6.36 バヌゞョンで特定の環境/グロヌバル倉数が存圚する堎合、HTTPむンタヌフェヌスを開くず画面に異垞が発生する問題を解決したした。
  • 🐞【バグ修正】2.6.36 バヌゞョンで、チヌム管理画面でプロゞェクトをリネヌムした埌、プロゞェクトをドラッグしお䞊べ替えできない問題を解決したした。

new

fixed

2.6.35

  • 🔥[New Feature] You can now customize
    project roles
    on the team/organization members page. Define the project feature permissions for a role and assign this customized role to specific users.
customize roles
  • 🔥[New Feature] Project admins can now view and manage current project members in the
    Project Settings
    . They can also directly add
    Team Members
    to the project.
member management
  • 🐞 [Bug Fix] Fixed the issue where the upload order was occasionally incorrect during asynchronous test reports uploads.
  • 🐞 [Bug Fix] Fixed the issue in version 2.6.33 where test reports of test scenarios running in batch displayed no content.
  • 🐞 [Bug Fix] Fixed the issue of inconsistent display of search settings in the documentation site.
  • 🐞 [Bug Fix] Fixed the abnormal styling issue with the confirmation popup when deleting a database connection.
日本語:
  • 🔥【新機胜】チヌム管理者およびそれ以䞊の暩限を持぀ナヌザヌは、チヌム/組織のメンバヌペヌゞで
    プロゞェクトロヌル
    をカスタマむズし、各ロヌルに察しおプロゞェクト機胜暩限を自由に蚭定した埌、そのカスタマむズした
    プロゞェクトロヌル
    を特定のナヌザヌに割り圓おるこずができたす。
  • 🔥【新機胜】
    プロゞェクト管理者
    は
    プロゞェクト蚭定
    から珟圚のプロゞェクトメンバヌを確認&管理でき、
    チヌムメンバヌ
    を盎接プロゞェクトに远加するこずができたす。
メンバヌ管理
  • 🐞【バグ修正】非同期でのテストレポヌトアップロヌド時にアップロヌド順序が正しくない堎合がある問題を解決したした。
  • 🐞【バグ修正】バヌゞョン2.6.33においお、バッチ実行したテストシナリオのレポヌトが空になる問題を解決したした。
  • 🐞【バグ修正】ドキュメントサむトで蚭定された怜玢蚭定が䞀臎しない問題を解決したした。
  • 🐞【バグ修正】デヌタベヌス接続削陀時に、二重確認ダむアログのスタむル異垞を解決したした。

new

improved

fixed

2.6.33

  • 🔥[New Feature] You can now easily view which test scenarios are associated with each endpoint or case, helping you understand the extent of automation test coverage for them. Additionally, the project's
    Overview
    page now displays the stats case coverage and test scenario coverage stats.
associated-test-scenario
  • 🔥[New Feature] You can now extract variables and set assertions directly from the response results in
    Test Reports
    with a single click.
  • 🔥[New Feature] You can right-click on the selected parameter values to encode it with
    EncodeURIComponent
    or decode it with
    DecodeURIComponent
    , or store it in a variable.
parameter-encoding-decoding
  • 🔥[New Feature] The project
    Overview
    page now makes it easier to export OAS files, with options to configure the
    Title
    ,
    Version
    , and use JSON/YAML for additional customizations, etc.
project-overview
  • 🔥[New Feature] Support for deploying a
    self-hosted Runner
    within an
    organization
    , which can be used by all teams in the organization.
  • 🔥[New Feature]
    Vault Secrets
    now supports integration with external secret providers such as
    HashiCorp Vault
    ,
    Azure Key Vault
    , and
    AWS Secrets Manager
    . Secrets fetched are stored encrypted on the local client.
  • ⚡[Optimization] Improved the user interface for automated tests, including the test scenario design page and the test running page, enabling better parallel multitasking.
  • ⚡[Optimization] You can view the usage details of features with a limited quota across the entire organization.
  • ⚡[Optimization] If the response passes validation, the result will show now, making it more intuitive.
  • ⚡[Optimization] Clicking
    Run in Apidog
    in the published documentation supports opening the project in the Apidog client.
  • 🐞 [Bug Fix] Fixed an issue where
    $$.mockRequest.formdata.get()
    did not work in Mock scripts.
  • 🐞 [Bug Fix] Fixed an issue where the custom script, added as a test step in an automated test, was lost after switching between a custom and public script.
  • 🐞 [Bug Fix] Fixed an issue in an automated test where endpoints referenced across projects, added as test steps with request parameters referencing schemas, were unable to automatically generate body parameters.
  • 🐞 [Bug Fix] Fixed an issue where the step count in the automated test did not include database and script steps.
  • 🐞 [Bug Fix] Fixed an issue where a test step, referenced from other test scenarios with a script as the first step, was not showing up in the test report.
  • 🐞 [Bug Fix] Fixed an issue where a team within an organization could not create multiple sprint branches under certain circumstances.
  • 🐞 [Bug Fix] Fixed an issue where clicking
    Run in Apidog
    in published documentation showed a permission error in certain situations.
  • 🐞 [Bug Fix] Fixed an issue where the in-site message did not display details after successfully inviting a member to join the organization.
  • 🐞 [Bug Fix] Fixed an issue where retrieving variable expressions reported an error when inserting dynamic values in database operations.
日本語:
  • 🔥【新機胜】APIおよびAPIケヌスは、関連する
    テストシナリオ
    を確認でき、珟圚のAPIケヌスの自動テスト
    カバレッゞ状況
    を確認できたす。たた、
    プロゞェクト抂芁
    ペヌゞでは、プロゞェクトの
    APIケヌスのカバレッゞ
    および
    テストシナリオカバレッゞ
    の統蚈デヌタを衚瀺するこずができたす。
関連テストシナリオ
  • 🔥【新機胜】
    テストレポヌト
    のレスポンス結果から、ワンクリックで
    抜出倉数
    し、
    アサヌション
    を蚭定できる機胜をサポヌトしたす。
  • 🔥【新機胜】パラメヌタテキストを遞択埌、右クリックするこずで、
    EncodeURIComponent
    ゚ンコヌドたたは
    DecodeURIComponent
    デコヌドが可胜ずなり、そのテキストを倉数に保存するこずもできたす。
  • 🔥【新機胜】
    プロゞェクト抂芁
    ペヌゞから、より簡単にOASファむルを゚クスポヌトできるようになり、
    タむトル
    や
    バヌゞョン
    の蚭定をサポヌトしたす。たた、
    JSON
    や
    YAML
    圢匏で远加のカスタマむズ情報を蚭定するこずもできたす。
パラメヌタヌの゚ンコヌドずデコヌド
  • 🔥【新機胜】
    組織
    内で
    セルフホストランナヌ
    のデプロむをサポヌトし、組織内のすべおのチヌムがデプロむされたランナヌを䜿甚できるようになりたした。
  • 🔥【新機胜】Vault Secrets
    秘密鍵管理ストア
    は、倖郚のキヌ管理サヌビスず
    統合
    するこずができ、䟋えば
    HashiCorp Vault
    、
    Azure Key Vault
    、および
    AWS Secrets Manager
    などず連携したす。取埗した秘密鍵はロヌカルクラむアントに暗号化しお保存されたす。
プロゞェクト抂芁
  • ⚡【最適化】自動テストモゞュヌルのオヌケストレヌションモヌドおよびテスト実行のむンタラクションが最適化され、より効率的に耇数のタスクを䞊行しお凊理できるようになりたした。
  • ⚡【最適化】
    組織
    内で、組織党䜓の機胜䜿甚量を確認できるようになりたした。
  • ⚡【最適化】レスポンスが怜蚌を通過した堎合、怜蚌結果に
    合栌
    ず衚瀺され、より盎感的に確認できるようになりたした。
  • ⚡【最適化】公開されたドキュメントで
    Run in Apidog
    をクリックするず、クラむアントを介しおプロゞェクトを開くこずができるようになりたした。
  • 🐞【バグ修正】Mockスクリプト内で
    $$.mockRequest.formdata.get()
    が機胜しない問題を解決したした。
  • 🐞【バグ修正】自動テストでスクリプトをステップずしお远加する際、公共スクリプトに切り替えた埌、再床カスタムスクリプトに戻しお保存するずカスタムスクリプトの内容が倱われる問題を解決したした。
  • 🐞【バグ修正】自動テストで、クロスプロゞェクトのAPIステップをむンポヌトし、APIリク゚ストパラメヌタがデヌタモデルを参照する堎合に、bodyパラメヌタが自動生成されない問題を解決したした。
  • 🐞【バグ修正】自動テストのグルヌプ内でのステップ数の集蚈においお、デヌタベヌスおよびスクリプトが含たれおいなかった問題を解決したした。
  • 🐞【バグ修正】他のテストシナリオを参照した際、最初のステップがスクリプトの堎合、そのスクリプトステップがテストレポヌトに衚瀺されない問題を解決したした。
  • 🐞【バグ修正】特定の状況で、組織内の䞀郚のチヌムが耇数のむテレヌションブランチを䜜成できない問題を解決したした。
  • 🐞【バグ修正】特定の状況で、公開されたドキュメントで
    Run in Apidog
    をクリックした埌、「暩限がない」ず衚瀺される問題を解決したした。
  • 🐞【バグ修正】メンバヌを組織に招埅した埌、システム通知に詳现が衚瀺されない問題を解決したした。
  • 🐞【バグ修正】デヌタベヌス操䜜で動的倀を挿入する際、倉数を読み取る匏が誀っおいる問題を解決したした。

fixed

2.6.32

  • 🐞 [Bug Fix] Fixed an issue where clicking the
    Stash
    or
    Reset
    buttons might report an error when running endpoints in the Sprint branch under the design mode.
  • 🐞[Bug Fix] Fixed an issue where, in projects with multiple endpoints having the same HTTP method and path, the local Mock might fail to return the expected data when a request is made using a Mock URL with the
    apidogApiId
    parameter.
日本語:
  • 🐞【バグ修正】蚭蚈モヌドでスプリントブランチのAPIを実行する際、
    䞀時保存
    ボタンたたは
    リセット
    ボタンをクリックするず゚ラヌが報告されるこずがある問題を解決したした。
  • 🐞【バグ修正】耇数のAPIが同じHTTPメ゜ッドずパスを持぀プロゞェクトで、
    apidogApiId
    パラメヌタを含むMock URLを䜿甚しおリク゚ストを行った際、ロヌカルMockが期埅されたMockデヌタを返さない堎合がある問題を解決したした。
Load More
→