You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was exploring the API and running some experiments and I found an inconsistency when querying the payloads for a given launch.
When you check the payloads array (available in the launch API) for the launch 62f3b5200f55c50e192a4e6c you gonna see only a single payload. However when using the MongoDB like query to check all payloads associated to a given launch, it's returning three payloads:
Hi,
I was exploring the API and running some experiments and I found an inconsistency when querying the payloads for a given launch.
When you check the payloads array (available in the launch API) for the launch 62f3b5200f55c50e192a4e6c you gonna see only a single payload. However when using the MongoDB like query to check all payloads associated to a given launch, it's returning three payloads:
https://api.spacexdata.com/v4/payloads/630bceadd36448026ab0163f
https://api.spacexdata.com/v4/payloads/631616aeffc78f3b8567071b
https://api.spacexdata.com/v4/payloads/63161760ffc78f3b8567071c
(You can see that in all payloads, the launch field is pointing to
62f3b5200f55c50e192a4e6c
)Is it a data inconsistency? If not, should I consider what is being returned by the launch endpoint or the MongoDB query?
Thanks.
The text was updated successfully, but these errors were encountered: