oosby
1
How do you add extra metadata to an API via options?
i’m trying to POST in the api explorer
{
"name": "tester",
"identifier": "http://tester-app",
"options": {"foo": "bar"}
}
and getting
{
"statusCode": 400,
"error": "Bad Request",
"message": "Payload validation error: 'Additional properties not allowed: options'.",
"errorCode": "invalid_body"
}
jerdog
2
A good place to start would be the Auth0 Metadata page on Docs
1 Like
oosby
3
It turns out that this is a bug in the documentation and options is not actually available.
system
Closed
4
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.