POST API

Options
I'm struggling with a POST API between Bravo and Xano.

Currently I'm trying to set up the API in Xano, but I'm getting an "Invalid timestamp format" error in the run and debug portion:

code: 
ERROR_CODE_INPUT_ERROR,
message: 
Invalid timestamp format.,
param: 
created_at

Not sure what I may be doing wrong.  Does anyone have any ideas? 🙂

Comments

  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Options
    Hey Paul - you're not inputting a correctly formatted timestamp... what are you trying to input?
  • Paul Gill
    Paul Gill Member
    Options
    Well, that's the thing, I'm not trying to input anything!  I get this error even if I 'hide' the created_at timestamp.  

    I had a 'date of birth' input which was just a date, but when I converted from Airtable it displays as the long string of numbers, so temporarily for testing, I've changed that to a text field.  So I think the only timestamp field I have is the created at one.

    So, the created at timestamp is generated automatically, as is setup in the API as it's automatically generated; with "now".

    I hope that makes sense.
  • Paul Gill
    Paul Gill Member
    Options
    Although oddly, it's working this morning...  Well, I'll keep on workin' 😀