All Release Notes

Manage API Clients using the GraphQL API and delete clients after a specified amount of time.

7 January 2019
Enhancement
GraphQLSecurity and privacy

You can now manage API Clients using the GraphQL API. In addition, API Clients have a new deleteDaysAfterCreation field, which lets you delete a client after a specified amount of days.

  • [API] Added the deleteDaysAfterCreation field to the APIClientDraft.
  • [API] Added the deleteAt field to the APIClient.
  • [GraphQL API] Added API Clients to the GraphQL API.