Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.37 KB

users-v1.md

File metadata and controls

29 lines (22 loc) · 1.37 KB

Users (v1)

{% hint style="info" %} This document uses the v1 API, which will eventually be deprecated, as further Snyk developments are now focused on the REST API. For more details, see the v1 API. {% endhint %}

{% openapi src="../../.gitbook/assets/v1-api-spec.yaml" path="/user/{userId}" method="get" %} v1-api-spec.yaml {% endopenapi %}

{% openapi src="../../.gitbook/assets/v1-api-spec.yaml" path="/user/me" method="get" %} v1-api-spec.yaml {% endopenapi %}

{% openapi src="../../.gitbook/assets/v1-api-spec.yaml" path="/user/me/notification-settings/org/{orgId}" method="put" %} v1-api-spec.yaml {% endopenapi %}

{% openapi src="../../.gitbook/assets/v1-api-spec.yaml" path="/user/me/notification-settings/org/{orgId}" method="get" %} v1-api-spec.yaml {% endopenapi %}

{% openapi src="../../.gitbook/assets/v1-api-spec.yaml" path="/user/me/notification-settings/org/{orgId}/project/{projectId}" method="put" %} v1-api-spec.yaml {% endopenapi %}

{% openapi src="../../.gitbook/assets/v1-api-spec.yaml" path="/user/me/notification-settings/org/{orgId}/project/{projectId}" method="get" %} v1-api-spec.yaml {% endopenapi %}