---
title: "Changes to Create a signing basket resource"
method: POST
path: "/v1/signing-baskets"
---

# Changes to Create a signing basket resource

`POST /v1/signing-baskets`

> Every recorded change to this endpoint, newest first.
> 50 revisions in range; 1 not diffed.

## Timeline

Changed in 5 of 50 revisions.

- **2021-02-19** `0d82c4699548` — 6 breaking, 4 warning, 12 info
- **2021-02-10** `b51fe6ddb1fc` — 25 breaking, 12 warning, 14 info
- **2021-02-10** `3cc5b6a584f1` — 6 breaking, 4 warning, 12 info
- **2021-02-10** `f324b23056bf` — 2 breaking, 2 info
- **2020-03-01** `b889d8f1ded1` — 2 info

## Changes

- **2021-02-19** `0d82c4699548` — 6 breaking, 4 warning, 12 info
  - removed the enum value `false` from the `header` request parameter `TPP-Explicit-Authorisation-Preferred`
  - removed the enum value `false` from the `header` request parameter `TPP-Redirect-Preferred`
  - removed the enum value `true` from the `header` request parameter `TPP-Explicit-Authorisation-Preferred`
  - removed the enum value `true` from the `header` request parameter `TPP-Redirect-Preferred`
  - for the `header` request parameter `TPP-Explicit-Authorisation-Preferred`, the type changed from `string` to `boolean`
  - for the `header` request parameter `TPP-Redirect-Preferred`, the type changed from `string` to `boolean`
  - added the new `SCA_INVALID` enum value to the `additionalErrors/items/code` response property for the response status `400` (media type: application/problem+json)
  - added the new `SCA_INVALID` enum value to the `code` response property for the response status `400` (media type: application/problem+json)
  - added the new `SCA_INVALID` enum value to the `tppMessages/items/code` response property for the response status `400` (media type: application/json)
  - added the new `SMTP_OTP` enum value to the `scaMethods/items/authenticationType` response property for the response status `201`
  - added the optional property `_links/confirmation` to the response with the `400` status (media type: application/json)
  - added the optional property `_links/confirmation` to the response with the `400` status (media type: application/problem+json)
  - added the optional property `_links/confirmation` to the response with the `401` status (media type: application/json)
  - added the optional property `_links/confirmation` to the response with the `401` status (media type: application/problem+json)
  - added the optional property `_links/confirmation` to the response with the `403` status (media type: application/json)
  - added the optional property `_links/confirmation` to the response with the `403` status (media type: application/problem+json)
  - added the optional property `_links/confirmation` to the response with the `404` status (media type: application/json)
  - added the optional property `_links/confirmation` to the response with the `404` status (media type: application/problem+json)
  - added the optional property `_links/confirmation` to the response with the `405` status (media type: application/json)
  - added the optional property `_links/confirmation` to the response with the `405` status (media type: application/problem+json)
  - added the optional property `_links/confirmation` to the response with the `409` status (media type: application/json)
  - added the optional property `_links/confirmation` to the response with the `409` status (media type: application/problem+json)
- **2021-02-10** `b51fe6ddb1fc` — 25 breaking, 12 warning, 14 info
  - the `TPP-Explicit-Authorisation-Preferred` request header's property undefined was restricted to a list of enum values
  - the `TPP-Redirect-Preferred` request header's property undefined was restricted to a list of enum values
  - the `header` request parameter `TPP-Explicit-Authorisation-Preferred` was restricted to a list of enum values
  - the `header` request parameter `TPP-Redirect-Preferred` was restricted to a list of enum values
  - the `additionalErrors/items/detail` response property's maxLength was increased from `500` to `512` for the response status `400` (media type: application/problem+json)
  - the `additionalErrors/items/detail` response property's maxLength was increased from `500` to `512` for the response status `401` (media type: application/problem+json)
  - the `additionalErrors/items/detail` response property's maxLength was increased from `500` to `512` for the response status `403` (media type: application/problem+json)
  - the `additionalErrors/items/detail` response property's maxLength was increased from `500` to `512` for the response status `404` (media type: application/problem+json)
  - the `additionalErrors/items/detail` response property's maxLength was increased from `500` to `512` for the response status `405` (media type: application/problem+json)
  - the `additionalErrors/items/detail` response property's maxLength was increased from `500` to `512` for the response status `409` (media type: application/problem+json)
  - the `detail` response property's maxLength was increased from `500` to `512` for the response status `400` (media type: application/problem+json)
  - the `detail` response property's maxLength was increased from `500` to `512` for the response status `401` (media type: application/problem+json)
  - the `detail` response property's maxLength was increased from `500` to `512` for the response status `403` (media type: application/problem+json)
  - the `detail` response property's maxLength was increased from `500` to `512` for the response status `404` (media type: application/problem+json)
  - the `detail` response property's maxLength was increased from `500` to `512` for the response status `405` (media type: application/problem+json)
  - the `detail` response property's maxLength was increased from `500` to `512` for the response status `409` (media type: application/problem+json)
  - the `psuMessage` response property's maxLength was increased from `500` to `512` for the response status `201`
  - the `tppMessages/items/text` response property's maxLength was increased from `500` to `512` for the response status `201`
  - the `tppMessages/items/text` response property's maxLength was increased from `500` to `512` for the response status `400` (media type: application/json)
  - the `tppMessages/items/text` response property's maxLength was increased from `500` to `512` for the response status `401` (media type: application/json)
  - the `tppMessages/items/text` response property's maxLength was increased from `500` to `512` for the response status `403` (media type: application/json)
  - the `tppMessages/items/text` response property's maxLength was increased from `500` to `512` for the response status `404` (media type: application/json)
  - the `tppMessages/items/text` response property's maxLength was increased from `500` to `512` for the response status `405` (media type: application/json)
  - the `tppMessages/items/text` response property's maxLength was increased from `500` to `512` for the response status `409` (media type: application/json)
  - the `challengeData/imageLink` response's property format changed from `url` to no format for status `201`
  - removed the optional property `_links/confirmation` from the response with the `400` status (media type: application/json)
  - removed the optional property `_links/confirmation` from the response with the `400` status (media type: application/problem+json)
  - removed the optional property `_links/confirmation` from the response with the `401` status (media type: application/json)
  - removed the optional property `_links/confirmation` from the response with the `401` status (media type: application/problem+json)
  - removed the optional property `_links/confirmation` from the response with the `403` status (media type: application/json)
  - removed the optional property `_links/confirmation` from the response with the `403` status (media type: application/problem+json)
  - removed the optional property `_links/confirmation` from the response with the `404` status (media type: application/json)
  - removed the optional property `_links/confirmation` from the response with the `404` status (media type: application/problem+json)
  - removed the optional property `_links/confirmation` from the response with the `405` status (media type: application/json)
  - removed the optional property `_links/confirmation` from the response with the `405` status (media type: application/problem+json)
  - removed the optional property `_links/confirmation` from the response with the `409` status (media type: application/json)
  - removed the optional property `_links/confirmation` from the response with the `409` status (media type: application/problem+json)
  - api tag `Signing Baskets Service (SBS)` added
  - api tag `Signing Baskets (SBS)` removed
  - added the new enum value `false` to the `header` request parameter `TPP-Explicit-Authorisation-Preferred`
  - …11 more
- **2021-02-10** `3cc5b6a584f1` — 6 breaking, 4 warning, 12 info
  - removed the enum value `false` from the `header` request parameter `TPP-Explicit-Authorisation-Preferred`
  - removed the enum value `false` from the `header` request parameter `TPP-Redirect-Preferred`
  - removed the enum value `true` from the `header` request parameter `TPP-Explicit-Authorisation-Preferred`
  - removed the enum value `true` from the `header` request parameter `TPP-Redirect-Preferred`
  - for the `header` request parameter `TPP-Explicit-Authorisation-Preferred`, the type changed from `string` to `boolean`
  - for the `header` request parameter `TPP-Redirect-Preferred`, the type changed from `string` to `boolean`
  - added the new `SCA_INVALID` enum value to the `additionalErrors/items/code` response property for the response status `400` (media type: application/problem+json)
  - added the new `SCA_INVALID` enum value to the `code` response property for the response status `400` (media type: application/problem+json)
  - added the new `SCA_INVALID` enum value to the `tppMessages/items/code` response property for the response status `400` (media type: application/json)
  - added the new `SMTP_OTP` enum value to the `scaMethods/items/authenticationType` response property for the response status `201`
  - added the optional property `_links/confirmation` to the response with the `400` status (media type: application/json)
  - added the optional property `_links/confirmation` to the response with the `400` status (media type: application/problem+json)
  - added the optional property `_links/confirmation` to the response with the `401` status (media type: application/json)
  - added the optional property `_links/confirmation` to the response with the `401` status (media type: application/problem+json)
  - added the optional property `_links/confirmation` to the response with the `403` status (media type: application/json)
  - added the optional property `_links/confirmation` to the response with the `403` status (media type: application/problem+json)
  - added the optional property `_links/confirmation` to the response with the `404` status (media type: application/json)
  - added the optional property `_links/confirmation` to the response with the `404` status (media type: application/problem+json)
  - added the optional property `_links/confirmation` to the response with the `405` status (media type: application/json)
  - added the optional property `_links/confirmation` to the response with the `405` status (media type: application/problem+json)
  - added the optional property `_links/confirmation` to the response with the `409` status (media type: application/json)
  - added the optional property `_links/confirmation` to the response with the `409` status (media type: application/problem+json)
- **2021-02-10** `f324b23056bf` — 2 breaking, 2 info
  - for the `header` request parameter `PSU-Device-ID`, the format changed from no format to `uuid`
  - for the `header` request parameter `X-Request-ID`, the format changed from no format to `uuid`
  - api tag `Signing Baskets (SBS)` added
  - api tag `Signing Baskets Service (SBS)` removed
- **2020-03-01** `b889d8f1ded1` — 2 info
  - api tag `Signing Baskets Service (SBS)` added
  - api tag `Signing Baskets (SBS)` removed

---

[Operation](https://skmtc.dev/openbankingproject-ch/apis/swiss-nextgen-banking-api-framework/docs/v1/signing-baskets/post.md) · [API](https://skmtc.dev/openbankingproject-ch/apis/swiss-nextgen-banking-api-framework.md) · [Page](https://skmtc.dev/openbankingproject-ch/apis/swiss-nextgen-banking-api-framework/changes/v1/signing-baskets/post)
