api icon indicating copy to clipboard operation
api copied to clipboard

A high-performance RESTful API layer designed in support of API-first development and COPE. Connects your content to the world

Results 40 api issues
Sort by recently updated
recently updated
newest added

When using an admin user with full access, POSTing to a collection with required fields but sending a document with empty values, the following error is returned: **document** { "body":...

type: bug

When installing an app that's been created using DADI API, currently it needs to be "restored" from a DB backup or JSON file to make it accessible. I think it...

type: enhancement
product: API

With ACL being used to handle authentication and authorisation in consumer applications, we need to introduce a way for people to reset their password (secret).

type: enhancement
product: API

https://github.com/dadi/api/blob/feat/standard-search/utils/index-search.js does not support the latest version of search.

product: API

From https://github.com/dadi/publish/issues/212.

type: enhancement
product: API

All TTLs given by /token seem to be set to 1800 (half an hour). Allow this to be configurable per client (ID and secret). See: https://github.com/dadi/publish/issues/396#issuecomment-400601732

type: enhancement
product: API

Currently, it's possible to make a collection or custom endpoint open to the public (i.e. requests without a bearer token) using the `settings.authenticate` property. Whilst this works, it's an _all...

type: enhancement
product: API

### Expected behavior I'd like to be able to expire a document after a number of seconds. This could be an internal thing for DB-agnostic setups. ### Actual behavior Specifying...

type: enhancement
type: discussion
product: API

Sample config files, particularly the ones specific to MongoDB, need to be revisited.

status: needs docs
product: API

### Expected behaviour If an afterGet hook errors, the error detail should be returned to the calling application ### Actual behaviour The GET request fails with a 500 error and...

product: API