Save an agreement
PUT/v1/agreements/:type
Upsert the agreement of the given type. The first save creates the agreement at version 1; subsequent saves bump the version when url or text changes. No-op saves leave the version unchanged.
Request
Responses
- 200
- 400
- 401
- 403
Agreement saved successfully
Bad Request - Invalid input data
Unauthorized - Invalid or missing token
Forbidden - agreement:write scope required