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
Note to LRM team :
Make sure to construct the frontend JSON payload with corresponding keys before accessing the API endpoint - { "name": "John Doe", "email": "[email protected]", "subject": "This is awesome!!!", "comments_questions": "I have some questions about..." }
Please make sure you re-map all the key fields in your payload correctly as shown above.
The text was updated successfully, but these errors were encountered:
Description
Creates an API endpoint within the sde-indexing-helper application to grab content from the Contact Us page upon submission.
Here is the API endpoint : https://sde-indexing-helper.nasa-impact.net/feedback/contact-us-api/
Note to LRM team :
Make sure to construct the frontend JSON payload with corresponding keys before accessing the API endpoint -
{ "name": "John Doe", "email": "[email protected]", "subject": "This is awesome!!!", "comments_questions": "I have some questions about..." }
Please make sure you re-map all the key fields in your payload correctly as shown above.
The text was updated successfully, but these errors were encountered: